Skip to content

Commit

Permalink
Extended GHA CI to test HTTP-based push ingest on the second pass of …
Browse files Browse the repository at this point in the history
…itest
  • Loading branch information
iagaponenko committed Oct 4, 2024
1 parent cb23a93 commit 3d0c0ce
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 @@ -324,7 +324,7 @@ jobs:
- name: Run integration tests of the HTTP frontend
run: |
./admin/local/cli/qserv --log-level DEBUG itest-http \
./admin/local/cli/qserv --log-level DEBUG itest-http --reload --load-http \
--qserv-image ${{ needs.image-names.outputs.qserv-image }} \
--mariadb-image ${{ needs.image-names.outputs.mariadb-image }}
Expand Down

0 comments on commit 3d0c0ce

Please sign in to comment.