MineClone2/.forgejo/workflows/test.yml
2024-11-26 14:35:40 -06:00

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