Skip to content

Commit

Permalink
ignore emsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jun 7, 2024
1 parent e0e408f commit 77e6161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
echo 'GYP_MSVS_VERSION=2015' >> $Env:GITHUB_ENV
echo 'GYP_MSVS_OVERRIDE_PATH=C:\\Dummy' >> $Env:GITHUB_ENV
- name: Run Python Tests
run: python -m pytest
run: python -m pytest --ignore=${{ env.EM_CACHE_FOLDER }}
- name: Run Tests (macOS or Linux)
if: "!startsWith(matrix.os, 'windows')"
shell: bash
Expand Down

0 comments on commit 77e6161

Please sign in to comment.