Skip to content

Commit

Permalink
Add Test Step
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Feb 6, 2024
1 parent e023be4 commit 15a0c4c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/mac-build.yml
Expand Up @@ -514,3 +514,12 @@ jobs:
sudo security authorizationdb write com.apple.trust-settings.admin allow
cd src/electron
./script/codesign/generate-identity.sh
- name: Run Electron Tests
env:
MOCHA_REPORTER: mocha-multi-reporters
ELECTRON_TEST_RESULTS_DIR: junit
MOCHA_MULTI_REPORTERS: mocha-junit-reporter, tap
ELECTRON_DISABLE_SECURITY_WARNINGS: 1
ELECTRON_SKIP_NATIVE_MODULE_TESTS: true
run: |
e test --runners=main --trace-uncaught --enable-logging --files

0 comments on commit 15a0c4c

Please sign in to comment.