Skip to content

Commit

Permalink
Re-enable windows runner for debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricio-ESP committed Oct 4, 2024
1 parent 4807d20 commit f614584
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,9 @@ jobs:
# needs: build
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -246,6 +247,8 @@ jobs:
run: |
icacls .\tests\run_test.ps1 /grant:r Everyone:F
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
$PSVersionTable
[System.Environment]::OSVersion.Version
- name: Run test script (non-Windows)
if: runner.os != 'Windows'
Expand Down
Binary file removed artifacts/eim-11164628901-linux-arm64
Binary file not shown.
Binary file removed artifacts/eim-11164628901-macos-12
Binary file not shown.
Binary file removed artifacts/eim-11164628901-macos-latest
Binary file not shown.

0 comments on commit f614584

Please sign in to comment.