Skip to content

Commit

Permalink
Only run on macos temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
buijs-dev committed Apr 19, 2024
1 parent 3187de4 commit e2b9332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest] #, windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion test/src/systemtest/e2e_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Future<void> createFlutterPlugin({

for(final task in tasks) {
final res = await task.execute(root);
//assert(res.isOk, res.message);
assert(res.isOk, res.message);
}

}

0 comments on commit e2b9332

Please sign in to comment.