]> git.lizzy.rs Git - worldedit.git/blobdiff - .github/workflows/test.yml
Add automated tests for WorldEdit API functions that run under CI
[worldedit.git] / .github / workflows / test.yml
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
new file mode 100644 (file)
index 0000000..597276f
--- /dev/null
@@ -0,0 +1,11 @@
+name: test
+
+on: [push, pull_request]
+
+jobs:
+  test:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v2
+    - name: Run tests
+      run: MINETEST_VER=latest ./util/run_tests.sh