Skip to content

Commit

Permalink
fix/PIMOB-2627: Fix UI Tests in GHA (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
jheng-hao-lin-cko authored Jun 10, 2024
1 parent a829a5a commit cbeb2f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 45
name: Run Connected Android Tests
# Run on macOS because we need to run the emulator and the emulator is not supported on Linux
runs-on: macos-latest
runs-on: macos-13-large
strategy:
fail-fast: true

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify-frames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'frames/**'
- 'buildSrc/**'
- 'build.gradle.kt'
- '.github/workflows/ui-test.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit cbeb2f7

Please sign in to comment.