We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6982ad commit bc67822Copy full SHA for bc67822
.github/workflows/worker.yml
@@ -29,7 +29,9 @@ jobs:
29
run: pnpm exec biome ci || true
30
- name: Test (worker)
31
working-directory: ./worker
32
- run: pnpm run test
+ run: |
33
+ ln -s ../.wrangler ./.wrangler
34
+ pnpm run test
35
deploy:
36
runs-on: ubuntu-latest
37
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments