borgmatic/.gitea/workflows/test.yaml

12 lines
171 B
YAML

name: test
run-name: ${{ gitea.actor }} is running tests
on: [push]
jobs:
test:
runs-on: host
steps:
- run: ls
- run: scripts/run-end-to-end-tests