We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb93439 commit e2324e4Copy full SHA for e2324e4
.github/workflows/qa.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
export FBQA_INSTALLER=$(echo ./firebird-installer/*.tar.gz)
39
export FBQA_OUT=out
40
- ./firebird-qa/run-docker.sh
+ ./firebird-qa/run-docker.sh --timeout 250 ./tests/ | tee out/out.txt
41
42
- name: Update summary
43
if: always()
0 commit comments