Skip to content

Commit

Permalink
chore: renaming matrix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Aug 13, 2024
1 parent 8a5cf29 commit 5e94ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
- uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Go ${{ matrix.go-version }} Test Results
name: Go ${{ matrix.go }} Test Results
path: .test/reports/**-test.xml
reporter: java-junit
fail-on-error: "true"
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: Test Report ${{ matrix.go-version }}
name: Test Report ${{ matrix.go }}
path: .test/reports/**

lint:
Expand Down

0 comments on commit 5e94ea7

Please sign in to comment.