diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index d2c6dd0..edd430d 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -23,7 +23,7 @@ jobs: args: [--frozen-lockfile, --strict-peer-dependencies] - name: Test scout - run: pnpm install --filter scout + run: pnpm test --filter scout - name: Test link2cid run: pnpm test --filter link2cid \ No newline at end of file