Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dependabot/maven/or…
Browse files Browse the repository at this point in the history
…g.springdoc-springdoc-openapi-starter-webmvc-ui-2.7.0
  • Loading branch information
jesperancinha committed Nov 30, 2024
2 parents 091c728 + 4e804a5 commit 5e8aac3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/bridge-logistics-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
command: |
make dcup-full-action
- name: Cypress Fail!
if: failure()
run: |
make docker-logs
- name: Build Cypress
run: make build-npm-cypress

Expand All @@ -47,6 +52,11 @@ jobs:
command: |
make dcup-full-action
- name: Cypress Fail!
if: failure()
run: |
make docker-logs
- name: Build Cypress
run: make build-npm-cypress

Expand All @@ -72,6 +82,11 @@ jobs:
command: |
make dcup-full-action
- name: Cypress Fail!
if: failure()
run: |
make docker-logs
- name: Build Cypress
run: make build-npm-cypress

Expand All @@ -97,6 +112,11 @@ jobs:
command: |
make dcup-full-action
- name: Cypress Fail!
if: failure()
run: |
make docker-logs
- name: Build Cypress
run: make build-npm-cypress

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ docker-prune:
docker system prune --all -f
docker builder prune -f
docker system prune --all --volumes -fl
docker-logs:
cd e2e; \
make docker-logs
install-coverage-python:
sudo apt install python3-pip -y
sudo pip3 install coverage
Expand Down
2 changes: 2 additions & 0 deletions e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ cypress-edge:
docker-compose -p ${GITHUB_RUN_ID} -f ../docker-compose.yml -f docker-compose.yml up --exit-code-from e2e-edge e2e-edge
build:
yarn
docker-logs:
docker-compose -p ${GITHUB_RUN_ID} -f ../docker-compose.yml -f docker-compose.yml logs

0 comments on commit 5e8aac3

Please sign in to comment.