mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-21 08:11:26 +01:00
10 lines
235 B
YAML
10 lines
235 B
YAML
|
on: [push]
|
||
|
jobs:
|
||
|
test:
|
||
|
runs-on: docker
|
||
|
container:
|
||
|
image: 127.0.0.1:5000/voxelibre-test:latest
|
||
|
steps:
|
||
|
- run: cd /VoxeLibre && git pull && git checkout ${{ github.sha }}
|
||
|
- run: cd /VoxeLibre && sh test.sh
|