Browse Source

chore: use script/yarn test directly

Shelley Vohr 1 year ago
parent
commit
5031384ec4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/mac-build.yml

+ 2 - 1
.github/workflows/mac-build.yml

@@ -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