Skip to content

Commit

Permalink
Enable testing on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj committed Jan 10, 2024
1 parent e3e950e commit bd3a057
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ jobs:
- run: flutter pub run webcrypto:setup
- run: flutter test
- run: flutter test --platform chrome
# TODO: Enable macos desktop when supported
#- run: flutter test integration_test/webcrypto_test.dart -d macos
# working-directory: ./example
- run: flutter test integration_test/webcrypto_test.dart -d macos
working-directory: ./example
- uses: nanasess/setup-chromedriver@v2
- name: Run integration_test with chromedriver
working-directory: ./example
Expand Down

0 comments on commit bd3a057

Please sign in to comment.