We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963e3d5 commit 58acb4dCopy full SHA for 58acb4d
.github/workflows/ci.yml
@@ -53,13 +53,7 @@ jobs:
53
run: dart format --output=none --set-exit-if-changed packages/dart
54
- name: Rollback uncommitted changes for Fix Bug mocks
55
run: |
56
- git status --porcelain
57
- if ($?) {
58
- echo "There are uncommitted changes. Rolling back the following files:"
59
- git checkout -- test/src/network/parse_query_test.mocks.dart test/src/objects/parse_object/parse_object_test.mocks.dart
60
- } else {
61
- echo "No uncommitted changes found."
62
- }
+ git checkout -- test/src/network/parse_query_test.mocks.dart test/src/objects/parse_object/parse_object_test.mocks.dart
63
- name: Publish dry run
64
run: cd packages/dart && dart pub publish --dry-run
65
- name: Run tests
0 commit comments