Skip to content

Commit

Permalink
Remove json from test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored Jun 28, 2024
1 parent fc2a024 commit 1e74447
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@ jobs:
- name: Install dependencies
run: go mod download
- name: Test with Go
run: go test ./... -v -json > TestResults.json
- name: Upload Go test results
uses: actions/upload-artifact@v4
with:
name: Go-test-results
path: TestResults.json
run: go test ./... -v

0 comments on commit 1e74447

Please sign in to comment.