First attempt at using Gitea Actions to run tests.
Some checks failed
test / test (push) Failing after 15s
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-03-06 08:32:55 -08:00
parent 2f6ad9d173
commit 43c7c3b6be
5 changed files with 14 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
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