parent
86f13e9c6b
commit
44421049ae
14
.gitea/workflows/test.yml
Normal file
14
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Tests
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: '*'
|
||||||
|
push:
|
||||||
|
branches: '*'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Clone project repository
|
||||||
|
uses: actions/checkout@v3
|
Loading…
Reference in New Issue
Block a user