Skip to content

Commit

Permalink
temporarily disable macos integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Mar 9, 2023
1 parent 9278e82 commit 4cf112a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sodium_libs_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
name: CI
uses: Skycoder42/dart_test_tools/.github/workflows/flutter.yml@main
with:
platforms: '["android", "ios", "linux", "windows", "web"]'
workingDirectory: packages/sodium_libs
unitTestPaths: ""
integrationTestProject: "example"
Expand All @@ -29,7 +30,7 @@ jobs:
"android": "dart run tool/setup_android.dart",
"linux": "sudo apt-get -qq install libsodium-dev",
"windows": "choco install minisign -y",
"macos": "brew install libsodium && cd example && flutter build macos --debug",
"macos": "brew install libsodium",
"web": "cd example && flutter pub run sodium_libs:update_web --sumo"
}
Expand Down

0 comments on commit 4cf112a

Please sign in to comment.