mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 23:32:51 -06:00
11 lines
106 B
YAML
11 lines
106 B
YAML
name: Windows testing
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
run:
|
|
runs-on: windows-2019
|
|
|
|
steps:
|
|
- run: where java
|