Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
upload debug dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Sep 13, 2024
1 parent e45aee1 commit 9ee62c6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/module-resolution-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@ jobs:

- name: Run tests
shell: bash
run: pnpm --filter cloudflare-dev-module-resolution-fixture test
run: DEBUG_DUMPS=true pnpm --filter cloudflare-dev-module-resolution-fixture test

- name: Upload debug dumps
uses: actions/upload-artifact@v3
if: always()
with:
name: debug-dumps-${{matrix.os}}
path: fixtures/cloudflare-dev-module-resolution/.workerd-env-dumps

0 comments on commit 9ee62c6

Please sign in to comment.