Skip to content

Commit

Permalink
fix: job name
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Nov 13, 2023
1 parent fae0f1c commit 8772163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
name: test_data
- name: untar artifacts
run: ls *.tar.gz | xargs -I{} tar xzvf {}
- name: tree
run: tree artifacts
- name: tree artifacts
run: tree
- name: run test
run: |
test_file=$(find test_data -name "*.hipo" | head -n1)
Expand Down

0 comments on commit 8772163

Please sign in to comment.