Skip to content

Commit

Permalink
Fix make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 21, 2024
1 parent 757aa4c commit 0ad0f19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/visual-acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
name: Start Servers
with:
run: |
make start-test-acceptance-server-visual-ci &
make start-test-acceptance-frontend-visual &
make ci-acceptance-server-visual-start &
make ci-acceptance-frontend-visual-start &
# your step-level and job-level environment variables are available to your commands as-is
# npm install will count towards the wait-for timeout
# whenever possible, move unrelated scripts to a different step
Expand Down
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,10 @@ ci-acceptance-test-visual-update-cumulative: ## Start visual Cypress Acceptance
.PHONY: summarize-cumulative-state
summarize-cumulative-state: ## Summarize cumulative state into ...-summary.report
pnpm summarize-cumulative-state


.PHONY: ci-acceptance-server-visual-start
ci-acceptance-server-visual-start: ci-acceptance-a11y-backend-start

.PHONY: ci-acceptance-frontend-visual-start
ci-acceptance-frontend-visual-start: acceptance-a11y-frontend-prod-start

0 comments on commit 0ad0f19

Please sign in to comment.