mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 15:29:31 -06:00
12 lines
133 B
YAML
12 lines
133 B
YAML
name: Windows testing
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
run:
|
|
runs-on: windows-2019
|
|
|
|
steps:
|
|
- run: |
|
|
dir "C:\Program Files\Java"
|