-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub Actions workflows. (#2174)
* [internal] Update GitHub Actions workflow files * Fix python readme Co-authored-by: Daniel Bradley <[email protected]>
- Loading branch information
1 parent
f079766
commit 9c01b95
Showing
8 changed files
with
79 additions
and
74 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 |
---|---|---|
|
@@ -528,9 +528,10 @@ jobs: | |
- name: Install dependencies | ||
run: make install_${{ matrix.language}}_sdk | ||
- name: Install gotestfmt | ||
uses: jaxxstorm/[email protected] | ||
uses: GoTestTools/gotestfmt-action@v2 | ||
with: | ||
repo: haveyoudebuggedit/gotestfmt | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
version: v2.4.0 | ||
- name: Run tests | ||
run: cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{ | ||
matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt | ||
|
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 |
---|---|---|
|
@@ -528,9 +528,10 @@ jobs: | |
- name: Install dependencies | ||
run: make install_${{ matrix.language}}_sdk | ||
- name: Install gotestfmt | ||
uses: jaxxstorm/[email protected] | ||
uses: GoTestTools/gotestfmt-action@v2 | ||
with: | ||
repo: haveyoudebuggedit/gotestfmt | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
version: v2.4.0 | ||
- name: Run tests | ||
run: cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{ | ||
matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt | ||
|
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 |
---|---|---|
|
@@ -277,9 +277,10 @@ jobs: | |
- name: Install dependencies | ||
run: make install_${{ matrix.language}}_sdk | ||
- name: Install gotestfmt | ||
uses: jaxxstorm/[email protected] | ||
uses: GoTestTools/gotestfmt-action@v2 | ||
with: | ||
repo: haveyoudebuggedit/gotestfmt | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
version: v2.4.0 | ||
- name: Run tests | ||
run: cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{ | ||
matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt | ||
|
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 |
---|---|---|
|
@@ -472,9 +472,10 @@ jobs: | |
- name: Install dependencies | ||
run: make install_${{ matrix.language}}_sdk | ||
- name: Install gotestfmt | ||
uses: jaxxstorm/[email protected] | ||
uses: GoTestTools/gotestfmt-action@v2 | ||
with: | ||
repo: haveyoudebuggedit/gotestfmt | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
version: v2.4.0 | ||
- name: Run tests | ||
run: cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{ | ||
matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt | ||
|
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 |
---|---|---|
|
@@ -499,9 +499,10 @@ jobs: | |
- name: Install dependencies | ||
run: make install_${{ matrix.language}}_sdk | ||
- name: Install gotestfmt | ||
uses: jaxxstorm/[email protected] | ||
uses: GoTestTools/gotestfmt-action@v2 | ||
with: | ||
repo: haveyoudebuggedit/gotestfmt | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
version: v2.4.0 | ||
- name: Run tests | ||
run: cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{ | ||
matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt | ||
|
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 |
---|---|---|
|
@@ -316,9 +316,10 @@ jobs: | |
- name: Install dependencies | ||
run: make install_${{ matrix.language}}_sdk | ||
- name: Install gotestfmt | ||
uses: jaxxstorm/[email protected] | ||
uses: GoTestTools/gotestfmt-action@v2 | ||
with: | ||
repo: haveyoudebuggedit/gotestfmt | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
version: v2.4.0 | ||
- name: Run tests | ||
run: cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{ | ||
matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt | ||
|
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
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