forked from GitHub/gf-core
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