Skip to content

Commit

Permalink
Ensure test wasm does not fail for docs only change (#32259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 7, 2021
1 parent b7eeb6c commit dd7c294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test_deploy.yml
Expand Up @@ -735,6 +735,7 @@ jobs:
path: packages/next-swc/crates/wasm/pkg-nodejs

- run: ls packages/next-swc/crates/wasm
if: ${{needs.build.outputs.docsChange != 'docs only change'}}

- uses: actions/download-artifact@v2
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
Expand Down

0 comments on commit dd7c294

Please sign in to comment.