Skip to content

Commit

Permalink
upload test result
Browse files Browse the repository at this point in the history
  • Loading branch information
corvinFn authored and corvinFn committed Sep 10, 2023
1 parent 6e694ed commit 9b77b66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version-file: 'go.mod'
# go-version: '1.19.x'

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...

- name: Upload test result
uses: actions/upload-artifact@v3
with:
name: test-result
path: TestResult.json
Empty file added TestResult.json
Empty file.

0 comments on commit 9b77b66

Please sign in to comment.