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