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