Skip to content

Commit

Permalink
testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 12, 2024
1 parent eae4dc9 commit 3d0a515
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
# os: [macos-latest, ubuntu-latest, windows-2019]
os: [macos-14]
os: [macos-14, windows-2019]
electron: [31.6.0]
steps:
- name: Checkout code
Expand Down Expand Up @@ -84,9 +84,9 @@ jobs:
- name: electron install
run: npm i electron@${{ matrix.electron }}

# - if: runner.os == 'Windows'
# name: Run .NET 4.5 tests
# run: node tools/test.js CI
- if: runner.os == 'Windows'
name: Run .NET 4.5 tests
run: node tools/test.js CI

- name: "Run .net core tests"
run: node tools/test.js CI
Expand Down
1 change: 1 addition & 0 deletions test/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ exports.runTests = function (framework, window){
run.on('end', function(){
setTimeout(function(){
mocha.dispose();
console.log('runComplete')
window.webContents.send("runComplete", reportFilename);
console.log('run end')
if(runner === 'CI'){
Expand Down

0 comments on commit 3d0a515

Please sign in to comment.