Skip to content

Commit

Permalink
adding GitHub CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 15, 2024
1 parent b3f66d1 commit 8931d51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
length_from_start: 2

- if: runner.os == 'Windows'
name: Check electron-edge-js build file
name: Check electron-edge-js Windows pre-built files
id: check_windows_build
uses: andstor/file-existence-action@v3
with:
Expand All @@ -114,14 +114,15 @@ jobs:
# exit 1
# continue-on-error: true

- if: runner.os == 'Windows' && steps.check_windows_build.outputs.files_exists == 'true'
- if: runner.os == 'Windows' && steps.check_windows_build.outputs.files_exists == 'true'
name: Run .NET 4.5 tests Windows
run: |
node tools/test.js CI
set EDGE_USE_CORECLR=1
echo "EDGE_USE_CORECLR=1" >> $GITHUB_ENV
node tools/test.js CI
# - if: runner.os == 'Windows'
# - if: runner.os == 'Windows' && steps.check_windows_build.outputs.files_exists == 'true'
# name: "Run .net core tests Windows"
# run: node tools/test.js CI
# env:
Expand Down

0 comments on commit 8931d51

Please sign in to comment.