You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Set up vitest and unit test
* Extract a test util func
* Add the pyodide-e2e CI job
* Switch the ESM import path of transformers.js according to whether the env is browser or Node
* Remove a test
if: ${{ !failure() && startsWith(github.ref, 'refs/tags/v') }} # `!failure()` is necessary to avoid skipping this job after successful build: https://github.com/actions/runner/issues/491
83
-
needs: [test-and-build]
124
+
needs: [test-pyodide-e2e]
84
125
85
126
permissions:
86
127
contents: write # Necessary for creating releases: https://github.com/softprops/action-gh-release#permissions
0 commit comments