WIP: tests CI
This commit is contained in:
parent
2ff347b1c4
commit
315e689e33
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue