mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
also test with latest minetest version
This commit is contained in:
14
.github/workflows/integration-test-latest.yml
vendored
Normal file
14
.github/workflows/integration-test-latest.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: integration-test
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: test
|
||||
run: MINETEST_VERSION=latest ./integration-test.sh
|
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
@ -11,4 +11,4 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: test
|
||||
run: ./integration-test.sh
|
||||
run: MINETEST_VERSION=5.2.0 ./integration-test.sh
|
||||
|
Reference in New Issue
Block a user