Skip to content

Commit

Permalink
move into name
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpatel96 committed Jan 7, 2025
1 parent b21363a commit dd2f903
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: make -j2 gotest-with-junit GROUP=${{ matrix.group }}
- uses: actions/upload-artifact@v4
with:
name: test-results_${{ matrix.group }}_${{ runner.os }}_${{ runner.arch }}_${{ steps.setup-go.outputs.go-version }}
name: test-results-${{ matrix.group }}_${{ runner.os }}_${{ runner.arch }}_${{ steps.setup-go.outputs.go-version }}
path: internal/tools/testresults/
retention-days: 4
arm-unittest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: make -j2 gotest-with-junit GROUP=${{ matrix.group }}
- uses: actions/upload-artifact@v4
with:
name: test-results_${{ matrix.group }}_${{ runner.os }}_${{ runner.arch }}_${{ steps.setup-go.outputs.go-version }}
name: test-results-${{ matrix.group }}_${{ runner.os }}_${{ runner.arch }}_${{ steps.setup-go.outputs.go-version }}
path: internal/tools/testresults/
retention-days: 4
windows-unittest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
run: make gotest-with-junit GROUP=${{ matrix.group }}
- uses: actions/upload-artifact@v4
with:
name: test-results_${{ matrix.group }}_${{ runner.os }}_${{ runner.arch }}_${{ steps.setup-go.outputs.go-version }}
name: test-results-${{ matrix.group }}_${{ runner.os }}_${{ runner.arch }}_${{ steps.setup-go.outputs.go-version }}
path: internal/tools/testresults/
retention-days: 4
- name: Run Unit Tests With Coverage
Expand Down

0 comments on commit dd2f903

Please sign in to comment.