update
This commit is contained in:
parent
6725c0b8ff
commit
71b84561a2
8
.github/workflows/setup_docker.yml
vendored
8
.github/workflows/setup_docker.yml
vendored
@ -1,10 +1,10 @@
|
|||||||
name: GitHub Actions Example
|
name: Setup Docker Action
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci_pipeline:
|
setup_docker:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -36,7 +36,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Start Server
|
- name: Start Server
|
||||||
run: make run_server_docker
|
run: make run_server_docker
|
||||||
|
- name: Sleep for 30 seconds
|
||||||
|
run: sleep 30s
|
||||||
|
|
||||||
- name: Restore Database
|
- name: Restore Database
|
||||||
run: make restore_database
|
run: make restore_database
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user