Skip to content

Commit

Permalink
Merge pull request #346 from cakebaker/ci_name_upload_steps
Browse files Browse the repository at this point in the history
ci: name upload steps
  • Loading branch information
sylvestre authored Apr 2, 2024
2 parents 5360d01 + 375c80e commit 274d749
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@ jobs:
- name: Extract testing info
shell: bash
run: |
- uses: actions/upload-artifact@v4
- name: Upload gnu-test-report
uses: actions/upload-artifact@v4
with:
name: gnu-test-report
path: |
findutils.gnu/find/testsuite/*.log
findutils.gnu/xargs/testsuite/*.log
findutils.gnu/tests/**/*.log
- uses: actions/upload-artifact@v4
- name: Upload gnu-result
uses: actions/upload-artifact@v4
with:
name: gnu-result
path: gnu-result.json
Expand Down Expand Up @@ -108,11 +110,13 @@ jobs:
run: |
cd findutils
bash util/build-bfs.sh ||:
- uses: actions/upload-artifact@v4
- name: Upload bfs-test-report
uses: actions/upload-artifact@v4
with:
name: bfs-test-report
path: bfs/tests.log
- uses: actions/upload-artifact@v4
- name: Upload bfs-result
uses: actions/upload-artifact@v4
with:
name: bfs-result
path: bfs-result.json
Expand Down

0 comments on commit 274d749

Please sign in to comment.