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 8d5b3ef commit aaa725eCopy full SHA for aaa725e
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Start containers
17
run: docker compose up -d
18
- name: Run smoketests
19
- run: test/run-smoke-tests.sh --github --parallel -x bitcraftmini-pretest
+ run: test/run-smoke-tests.sh --parallel -x bitcraftmini-pretest
20
- name: Stop containers
21
if: always()
22
run: docker compose down
0 commit comments