Skip to content

Commit

Permalink
. e windows build
Browse files Browse the repository at this point in the history
Co-Authored-By: blade290 <[email protected]>
Co-Authored-By: Nitsan Avni <[email protected]>
Co-Authored-By: Samuel Taggart <[email protected]>
Co-Authored-By: Nazee Hajebi <[email protected]>
Co-Authored-By: T. E. Green <[email protected]>
6 people committed Oct 29, 2023
1 parent a17cfd9 commit 6005613
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
push:
workflow_dispatch:
schedule:
- cron: '15 3 1 * *' # <https://crontab.guru/#45_16_*_*_0>

jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- run: ./run_tests.bat

0 comments on commit 6005613

Please sign in to comment.