Browse Source

Add back checkout now that NodeJS is installed on the host.

Dan Helfman 1 year ago
parent
commit
a527f76d08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitea/workflows/test.yaml

+ 1 - 1
.gitea/workflows/test.yaml

@@ -7,5 +7,5 @@ jobs:
     runs-on: host
     runs-on: host
 
 
     steps:
     steps:
-      - run: ls
+      - uses: actions/checkout@v4
       - run: scripts/run-end-to-end-tests
       - run: scripts/run-end-to-end-tests