Skip to content

Commit

Permalink
Test action on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann committed Mar 4, 2024
1 parent 4c9d54e commit 4176590
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ jobs:

test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
timeout-minutes: 60
permissions:
contents: write
Expand Down

0 comments on commit 4176590

Please sign in to comment.