From d7617251cd95b2e6842831bad9cbe438d1b78ae0 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 23 Sep 2024 09:58:41 -0700 Subject: [PATCH] oops you need to clone it lol Signed-off-by: Xe Iaso --- .gitea/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 7fed845..5ac7f97 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -11,6 +11,7 @@ jobs: name: Build and deploy runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - name: npm install run: npm ci --include=dev - name: run tests