From 9131581f0311931deec0f43785b1aa4d2d800049 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Tue, 24 Nov 2020 12:52:21 +0100 Subject: [PATCH] Add windows-testing workflow --- .github/workflows/windows-testing.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/windows-testing.yml 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