Skip to content

Commit bc67822

Browse files
committed
fix ci
1 parent e6982ad commit bc67822

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/worker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
run: pnpm exec biome ci || true
3030
- name: Test (worker)
3131
working-directory: ./worker
32-
run: pnpm run test
32+
run: |
33+
ln -s ../.wrangler ./.wrangler
34+
pnpm run test
3335
deploy:
3436
runs-on: ubuntu-latest
3537
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)