Skip to content

Commit

Permalink
Update k6.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Mar 28, 2024
1 parent 1486604 commit dc35ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Copy Config
uses: docker://docker
with:
args: docker cp ${{github.workspace}}/qryn-docker-s3/configs/config.xml clickhouse:/etc/clickhouse-server/config.d/config.xml
args: docker cp ./qryn-docker-s3/configs/config.xml clickhouse:/etc/clickhouse-server/config.d/config.xml
- name: Restart Services (db)
if: true
continue-on-error: true
Expand Down

0 comments on commit dc35ea9

Please sign in to comment.