Skip to content

Commit

Permalink
add needs test client to docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sojabio committed Aug 23, 2024
1 parent b80eb3d commit 4c6bf75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: run e2e tests
run: docker compose -f docker-compose.e2e.yml up --build --exit-code-from e2e
docker-build-and-push-to-dockerhub:
needs: [test-client, test-e2e] entre ligne 20 et 21
if: github.ref == 'refs/heads/dev'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4c6bf75

Please sign in to comment.