Skip to content

Commit

Permalink
Update k6-All-multiarch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jun 10, 2024
1 parent 4da99ec commit 2bf62d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/k6-All-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: '1.20'
cache: false
- name: Download k6 x86
if: ${{ matrix.os != 'ARM64' }}
run: |
Expand All @@ -65,7 +66,7 @@ jobs:
uses: runforesight/[email protected]

- name: Wait for Loki API
uses: mydea/action-wait-for-api@v1.0.0
uses: mydea/action-wait-for-api@main
with:
url: "http://localhost:3100/loki/api/v1/label"
expected-response-field: "status"
Expand All @@ -79,7 +80,7 @@ jobs:
- run: mv summary.txt loki_summary.txt
if: always()
- name: Wait for Prom API
uses: mydea/action-wait-for-api@v1.0.0
uses: mydea/action-wait-for-api@main
with:
url: "http://localhost:3100/api/v1/query"
expected-response-field: "status"
Expand All @@ -99,7 +100,7 @@ jobs:
- run: mv summary.txt prom_summary.txt
if: always()
- name: Wait for Tempo API
uses: mydea/action-wait-for-api@v1.0.0
uses: mydea/action-wait-for-api@main
with:
url: "http://localhost:3100/api/search/tags"
- name: Run k6 tempo test
Expand Down

0 comments on commit 2bf62d1

Please sign in to comment.