Skip to content

Commit

Permalink
fixing test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMizuyabu committed Apr 30, 2024
1 parent 50ef150 commit 9663acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-tool-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Build
run: go build -v ./...
- name: Test
run: go test -json > TestResults-${{ matrix.go-version }}.json
run: go test ./... -json > TestResults-${{ matrix.go-version }}.json
- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: Go-results-${{ matrix.go-version }}
path: TestResults-${{ matrix.go-version }}.json
path: ./organizations/tools/gh_foundations/TestResults-${{ matrix.go-version }}.json

0 comments on commit 9663acb

Please sign in to comment.