Skip to content

Commit

Permalink
Add name to ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Mar 31, 2024
1 parent 29f7a59 commit 06732ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
run:
working-directory: compiler
steps:
- uses: actions/checkout@v4
- name: Checkout - compiler
uses: actions/checkout@v4
with:
path: compiler
- uses: actions/checkout@v4
- name: Checkout - spec and tests
uses: actions/checkout@v4
with:
repository: kaitai-io/kaitai_struct_tests
path: tests
Expand Down

0 comments on commit 06732ef

Please sign in to comment.