borgmatic/.gitea/workflows/test.yaml
Dan Helfman ef07005a75
Some checks reported errors
test / test (push) Failing after 0s
continuous-integration/drone/push Build was killed
Remove duplicative(?) checkout step.
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