Skip to content

Commit

Permalink
testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 13, 2024
1 parent 1173814 commit da46f0e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
matrix:
# os: [macos-14, macos-latest, ubuntu-latest, windows-2019]
os: [ ubuntu-latest]
electron: [30.5.0, 31.6.0]
# electron: [30.5.0, 31.6.0]
electron: [30.5.0]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -89,7 +90,6 @@ jobs:
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1


- if: runner.os == 'Windows'
name: Run .NET 4.5 tests
run: node tools/test.js CI
Expand All @@ -111,6 +111,15 @@ jobs:
env:
EDGE_USE_CORECLR: 1

- name: Upload artifacts
uses: actions/[email protected]
if: success()
with:
name: ${{ matrix.os }}-${{ matrix.electron }}
path: |
test/mochawesome-report/test-results-coreclr.json
test/mochawesome-report/test-results-coreclr.html
# - name: Upload artifacts
# uses: actions/[email protected]
# if: success()
Expand All @@ -119,7 +128,6 @@ jobs:
# path: |
# test-results.xml
# mochawesome.json

# - name: Test Report
# uses: phoenix-actions/test-reporting@v15
# if: success()
Expand Down

0 comments on commit da46f0e

Please sign in to comment.