Skip to content

Commit

Permalink
chore: use script/yarn test directly
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Feb 6, 2024
1 parent d6b112c commit 95c3352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mac-build.yml
Expand Up @@ -541,4 +541,5 @@ jobs:
ELECTRON_DISABLE_SECURITY_WARNINGS: 1
ELECTRON_SKIP_NATIVE_MODULE_TESTS: true
run: |
e test --runners=main --trace-uncaught --enable-logging --files
cd src/electron
node script/yarn test --runners=main --trace-uncaught --enable-logging --files

0 comments on commit 95c3352

Please sign in to comment.