WIP: tests CI
Some checks failed
/ sync (push) Has been skipped
/ deploiement (push) Has been skipped
/ tests (push) Failing after 1s

This commit is contained in:
Adrien Bourmault 2023-10-28 18:44:06 +02:00
parent 2ff347b1c4
commit 315e689e33
Signed by: neox
GPG key ID: 2974E1D5F25DFCC8

View file

@ -4,7 +4,7 @@ on:
- 'main'
jobs:
tests-and-sync:
tests:
runs-on: linux_amd64
steps:
- name: Retrieve files
@ -25,6 +25,7 @@ jobs:
sync:
runs-on: linux_amd64
needs: tests
steps:
- name: Retrieve files
shell: bash
@ -45,6 +46,7 @@ jobs:
deploiement:
runs-on: linux_amd64
needs: sync
steps:
- name: Reload bind
shell: bash