cool
This commit is contained in:
11
mods/worldedit/.github/workflows/test.yml
vendored
Normal file
11
mods/worldedit/.github/workflows/test.yml
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user