-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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 | ||
|