mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-22 15:15:03 -04:00
Add workflow that runs simple test with the engine present
This commit is contained in:
parent
ef788d0307
commit
316c0c7224
5 changed files with 54 additions and 0 deletions
11
.github/workflows/test.yml
vendored
Normal file
11
.github/workflows/test.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
name: test
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: ./utils/test/run.sh
|
Loading…
Add table
Add a link
Reference in a new issue