Skip to content

Commit

Permalink
ci: rename artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Dec 5, 2023
1 parent f9a012b commit 0531675
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
- name: Run tests
run: sh ./test/check-observations.sh

- name: Upload test results
uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: test-observations
path: test

check-cube:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -47,5 +54,5 @@ jobs:
uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: ${{ matrix.profile }}
name: test-${{ matrix.profile }}
path: test

0 comments on commit 0531675

Please sign in to comment.