cocktailpeanut 2 miesięcy temu
rodzic
commit
c2476d21b4
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      .github/workflows/test.yml

+ 3 - 0
.github/workflows/test.yml

@@ -6,6 +6,9 @@ jobs:
   print:
     runs-on: ubuntu-latest
     steps:
+      - name: Checkout code
+        uses: actions/checkout@v4
+
       - name: Get package.json version
         id: get_version
         shell: bash