Skip to content

Commit

Permalink
feat(ci): windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe committed Oct 13, 2024
1 parent e953508 commit 1bb3679
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
name: Test on Windows

on:
# Allows you to run this workflow manually from the Actions tab
pull_request:
branches:
- main
workflow_dispatch:

jobs:
test-linux:
test-windows:
name: Test Windows
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 1bb3679

Please sign in to comment.