Skip to content

Commit e2324e4

Browse files
committed
Improvement after change in firebird-qa to not run any replication test. Also save stdout to artifacts.
1 parent fb93439 commit e2324e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
export FBQA_INSTALLER=$(echo ./firebird-installer/*.tar.gz)
3939
export FBQA_OUT=out
40-
./firebird-qa/run-docker.sh
40+
./firebird-qa/run-docker.sh --timeout 250 ./tests/ | tee out/out.txt
4141
4242
- name: Update summary
4343
if: always()

0 commit comments

Comments
 (0)