Files
borgmatic/.gitea/workflows/test.yaml
Dan Helfman 43c7c3b6be
Some checks failed
test / test (push) Failing after 15s
continuous-integration/drone/push Build was killed
First attempt at using Gitea Actions to run tests.
2024-03-06 08:32:55 -08:00

12 lines
189 B
YAML

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