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

This commit is contained in:
Clement 2024-05-04 13:09:24 +02:00
parent dc0f478c38
commit 5df15bc219
2 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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: