summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2020-11-24 12:52:21 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2020-11-24 12:52:21 +0100
commit9131581f0311931deec0f43785b1aa4d2d800049 (patch)
treef37ef2291eed44096910952f36044c877b76c488
parentd79fa6d22b302a30db0f3df00b79bcd8f59187fe (diff)
Add windows-testing workflow
-rw-r--r--.github/workflows/windows-testing.yml10
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