Skip to content

Commit

Permalink
Try to test on windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta committed Mar 27, 2024
1 parent c858551 commit 10766bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand Down Expand Up @@ -92,6 +93,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest
detector: ${{fromJson(needs.prepare-detector-matrix.outputs.matrix)}}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 10766bf

Please sign in to comment.