Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/e2e/cypress-13.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha authored Aug 6, 2024
2 parents cc17754 + 2d541ae commit 21f5728
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ dcup-light:
dcup: dcd
docker-compose -p ${GITHUB_RUN_ID} -f docker-compose.yml -f docker-compose-db.yml -f docker-compose.override.yml up -d --build --remove-orphans
bash vsa_wait.sh
dcd:
dcd: dc-migration
docker-compose -p ${GITHUB_RUN_ID} -f docker-compose.yml -f docker-compose-db.yml down
dcup-full: docker-clean-build-start vsa-wait
dcup-full-action: docker-clean no-test docker-action vsa-wait
dcup-full: dcd docker-clean-build-start vsa-wait
dcup-full-action: dcd docker-clean no-test docker-action vsa-wait
cypress-open:
cd e2e && yarn && npm run cypress:open:electron
cypress-electron:
Expand Down Expand Up @@ -106,3 +106,5 @@ deps-plugins-update:
deps-quick-update: deps-cypress-update deps-plugins-update
accept-prs:
curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/acceptPR.sh | bash
dc-migration:
curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/setupDockerCompose.sh | bash

0 comments on commit 21f5728

Please sign in to comment.