remake run test
Some checks failed
Build Docker Image Front / run (pull_request) Successful in 22s
Build Docker Image Back / run (pull_request) Successful in 23s
Build Docker Image Front / run (push) Successful in 22s
Build Docker Image Back / run (push) Successful in 21s
coverage / coverage (pull_request) Failing after 37s
Some checks failed
Build Docker Image Front / run (pull_request) Successful in 22s
Build Docker Image Back / run (pull_request) Successful in 23s
Build Docker Image Front / run (push) Successful in 22s
Build Docker Image Back / run (push) Successful in 21s
coverage / coverage (pull_request) Failing after 37s
This commit is contained in:
parent
dc0f478c38
commit
5df15bc219
6
.github/workflows/build_docker_astro.yml
vendored
6
.github/workflows/build_docker_astro.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Build Docker Image Front # nom du workflow
|
name: Build Docker Image Front # nom du workflow
|
||||||
|
|
||||||
on: #declancheur
|
on: #declancheur
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - '*'
|
- '*'
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
pull_request:
|
pull_request:
|
||||||
|
6
.github/workflows/build_docker_express.yml
vendored
6
.github/workflows/build_docker_express.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Build Docker Image Back # nom du workflow
|
name: Build Docker Image Back # nom du workflow
|
||||||
|
|
||||||
on: #declancheur
|
on: #declancheur
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - '*'
|
- '*'
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
pull_request:
|
pull_request:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user