borgmatic/.gitea/workflows/test.yaml
2024-03-06 08:35:05 -08:00

11 lines
155 B
YAML

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