Skip to content

Commit

Permalink
Enable restart tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Boppy committed Jun 30, 2023
1 parent 6e415e3 commit 6d7bd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Start containers
run: docker compose up -d
- name: Run smoketests
run: test/run-smoke-tests.sh -x bitcraftmini-pretest zz_docker-restart-repeating-reducer zz_docker-restart-module zz_docker-restart-sql
run: test/run-smoke-tests.sh -x bitcraftmini-pretest
- name: Stop containers
if: always()
run: docker compose down
Expand Down

0 comments on commit 6d7bd2e

Please sign in to comment.