mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 01:39:32 -06:00
Add windows-testing workflow
This commit is contained in:
10
.github/workflows/windows-testing.yml
vendored
Normal file
10
.github/workflows/windows-testing.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Windows testing
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
run:
|
||||
runs-on: windows-2019
|
||||
|
||||
steps:
|
||||
- run: where java
|
||||
Reference in New Issue
Block a user