-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: removed 'build' job from publish-draft workflow and updated ci…
…-integration-test.sh to display integration_response_data.json
- Loading branch information
1 parent
0cfb33f
commit 3d0b200
Showing
3 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
run: ./ci-integration-test.sh | ||
|
||
- name: Git Commit Integration Test Reports | ||
if: github.event_name == 'push' | ||
if: github.event_name == 'push' && github.ref == 'refs/heads/main' | ||
run: | | ||
git config --global user.name "GitHub Actions" | ||
git config --global user.email "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
flutter drive --driver=test_driver/integration_test.dart --target integration_test/surrealdb_wasm_test.dart -d web-server --release --browser-name=chrome | ||
flutter drive --driver=test_driver/integration_test.dart --target integration_test/surrealdb_wasm_test.dart -d web-server --release --browser-name=chrome && cat integration_test/reports/integration_response_data.json |