Files
mon-site/.gitea/workflows/ci.yml
bertrand.user4 4c19057117
All checks were successful
Tests / test (push) Successful in 9s
modification master -> main
2026-04-15 07:41:23 +00:00

16 lines
228 B
YAML

name: Tests
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lancer les tests
run: |
chmod +x tests.sh
./tests.sh