diff options
Diffstat (limited to '.github/workflows/windows-testing.yml')
| -rw-r--r-- | .github/workflows/windows-testing.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/windows-testing.yml b/.github/workflows/windows-testing.yml new file mode 100644 index 000000000..33393129a --- /dev/null +++ b/.github/workflows/windows-testing.yml @@ -0,0 +1,10 @@ +name: Windows testing + +on: push + +jobs: + run: + runs-on: windows-2019 + + steps: + - run: where java |
