Files
borgmatic/.gitea/workflows/test.yaml
Dan Helfman a97c68b4c8
Some checks failed
test / test (push) Failing after 0s
continuous-integration/drone/push Build was killed
Debugging ls.
2024-03-06 08:35:50 -08:00

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