Skip to content

Commit

Permalink
Improvement after change in firebird-qa to not run any replication te…
Browse files Browse the repository at this point in the history
…st. Also save stdout to artifacts.
  • Loading branch information
asfernandes committed Dec 21, 2023
1 parent fb93439 commit e2324e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
export FBQA_INSTALLER=$(echo ./firebird-installer/*.tar.gz)
export FBQA_OUT=out
./firebird-qa/run-docker.sh
./firebird-qa/run-docker.sh --timeout 250 ./tests/ | tee out/out.txt
- name: Update summary
if: always()
Expand Down

0 comments on commit e2324e4

Please sign in to comment.