Skip to content

Commit

Permalink
dismiss santa popup after integration tests (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
kallsyms authored Nov 7, 2023
1 parent 8f5f8de commit 056ed75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
bazel run //Testing/integration:allow_sysex
sudo santactl sync --debug
- name: Run integration test binaries
run: bazel test //Testing/integration:integration_tests
run: |
bazel test //Testing/integration:integration_tests
sleep 3
bazel run //Testing/integration:dismiss_santa_popup || true
- name: Test config changes
run: ./Testing/integration/test_config_changes.sh
- name: Test sync server changes
Expand Down

0 comments on commit 056ed75

Please sign in to comment.