Skip to content

Commit

Permalink
test: use macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Sep 10, 2024
1 parent 11c294b commit f283499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
shell: bash

web-app-check:
runs-on: ubuntu-latest
runs-on: macos-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
key: firebase-emulators-v3-${{ github.run_id }}
restore-keys: firebase-emulators-v3
- name: Start Firebase Emulator
run: cd ./.github/workflows/scripts && ./start-firebase-emulator.sh
run: sudo chown -R 501:20 "/Users/runner/.npm" && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh
- name: 'E2E Tests'
working-directory: tests
# Web devices are not supported for the `flutter test` command yet. As a
Expand Down

0 comments on commit f283499

Please sign in to comment.