Skip to content

Commit

Permalink
Update k6-qryn-prometheus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 6, 2023
1 parent c03ff03 commit 7eea3cd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/k6-qryn-prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
CLICKHOUSE_VERSION: "qxip/qryn:${{ github.event.inputs.clickhouse_tag || 'latest' }}"
services:
clickhouse:
image: "clickhouse/clickhouse-server:${{ github.event.inputs.qryn_tag || 'latest' }}"
image: "clickhouse/clickhouse-server:${{ github.event.inputs.clickhouse_tag || 'latest' }}"
ports:
- 8123:8123
qryn:
image: "qxip/qryn:${{ github.event.inputs.clickhouse_tag || 'latest' }}"
image: "qxip/qryn:${{ github.event.inputs.qryn_tag || 'latest' }}"
ports:
- 3100:3100
env:
Expand Down Expand Up @@ -61,4 +61,10 @@ jobs:
html-file: "summary.html"
- name: Summary Report
run: |
echo "### qryn image" >> $GITHUB_STEP_SUMMARY
echo "qxip/qryn:${{ github.event.inputs.qryn_tag || 'latest' }}" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "### clickhouse image" >> $GITHUB_STEP_SUMMARY
echo "clickhouse/clickhouse-server:${{ github.event.inputs.clickhouse_tag || 'latest' }}" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "${{ steps.html2markdown.outputs.markdown-content }}" >> $GITHUB_STEP_SUMMARY

0 comments on commit 7eea3cd

Please sign in to comment.