Skip to content

Commit

Permalink
Disable firefox on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj committed Jan 10, 2024
1 parent b1f8e98 commit 497dec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
-d chrome
- run: xvfb-run flutter pub run test -p vm,chrome,firefox
macos:
name: webcrypto on macOS Chrome / Firefox
name: webcrypto on macOS Chrome
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -66,7 +66,7 @@ jobs:
--driver=test_driver/integration_test.dart \
--target=integration_test/webcrypto_test.dart \
-d chrome
- run: flutter pub run test -p vm,chrome,firefox
- run: flutter pub run test -p vm,chrome # TODO: Enable firefox if it works
ios:
name: webcrypto on iOS emulator (iPhone)
runs-on: macos-latest
Expand Down

0 comments on commit 497dec0

Please sign in to comment.