Skip to content

Commit

Permalink
Inspect fs
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Apr 13, 2023
1 parent 5836e58 commit 5cdb453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
name_is_regexp: true
- name: Test
run: |
find .
cat artifact1/sha1 | grep $GITHUB_SHA
cat artifact2/sha2 | grep $GITHUB_SHA
! test -d artifact/artifact
Expand Down Expand Up @@ -219,6 +220,7 @@ jobs:
search_artifacts: true
- name: Test
run: |
find .
cat artifact1/sha1 | grep $GITHUB_SHA
cat artifact2/sha2 | grep $GITHUB_SHA
! test -d artifact/artifact
Expand Down

0 comments on commit 5cdb453

Please sign in to comment.