This commit is contained in:
15
.gitea/workflows/ci.yml
Normal file
15
.gitea/workflows/ci.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Lancer les tests
|
||||
run: |
|
||||
chmod +x tests.sh
|
||||
./tests.sh
|
||||
Reference in New Issue
Block a user