This commit is contained in:
13
.gitea/workflows/test_on_push.yml
Normal file
13
.gitea/workflows/test_on_push.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Run tests
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
make-test:
|
||||
name: Run make test
|
||||
runs-on: [django-dav-events]
|
||||
steps:
|
||||
- name: "Checkout the repository"
|
||||
run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}" ./repository
|
||||
- name: "Run make test"
|
||||
working-directory: ./repository
|
||||
run: make test
|
||||
Reference in New Issue
Block a user