mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-30 23:03:45 +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
|