From 06732eff9c44f287907846edc75c4c788b342997 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 31 Mar 2024 17:58:33 -0500 Subject: [PATCH] Add name to ci steps --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95c8d2828..4e8602eee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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