First attempt at using Gitea Actions to run tests.
This commit is contained in:
11
.gitea/workflows/test.yaml
Normal file
11
.gitea/workflows/test.yaml
Normal 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
|
||||
Reference in New Issue
Block a user