-
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
1 parent
47e8bd9
commit 9ce7ebc
Showing
2 changed files
with
2 additions
and
8 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 |
---|---|---|
|
@@ -77,18 +77,12 @@ jobs: | |
if: "!contains(github.event.pull_request.labels.*.name, 'testing-ci-not-necessary')" | ||
run: echo "SHORT_GITHUB_SHA=$(git rev-parse --short HEAD)" >> "$GITHUB_ENV" | ||
|
||
- name: Configure tests | ||
if: "!contains(github.event.pull_request.labels.*.name, 'testing-ci-not-necessary')" | ||
id: configure-tests | ||
run: | | ||
echo "TEST_CLUSTER_ID=${{ env.SHORT_GITHUB_SHA }}" >> "$GITHUB_ENV" | ||
- name: Launch tests in parallel | ||
if: "!contains(github.event.pull_request.labels.*.name, 'testing-ci-not-necessary')" | ||
working-directory: ./test/src/ | ||
timeout-minutes: 125 | ||
run: | | ||
export TEST_CLUSTER_ID="${{ env.TEST_CLUSTER_ID }}" | ||
export TESTS_CLUSTER_ID="${{ env.SHORT_GITHUB_SHA }}" | ||
export CLEAN_CLUSTER_AT_THE_END=true | ||
go install gotest.tools/[email protected] | ||
gotestsum --junitfile unit-tests.xml --format pkgname -- -v --timeout=120m -p 1 ./... | ||
|
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