mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 10:48:54 -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