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