diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-24 12:52:21 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-24 12:52:21 +0100 |
| commit | 9131581f0311931deec0f43785b1aa4d2d800049 (patch) | |
| tree | f37ef2291eed44096910952f36044c877b76c488 /.github/workflows | |
| parent | d79fa6d22b302a30db0f3df00b79bcd8f59187fe (diff) | |
Add windows-testing workflow
Diffstat (limited to '.github/workflows')
| -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 |
