浏览代码

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

Dan Helfman 1 年之前
父节点
当前提交
a527f76d08
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitea/workflows/test.yaml

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

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