Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed May 15, 2024
1 parent 7c416b4 commit 2beb5c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:
with:
working-directory: frontend_addon/volto-addon
run: |
make start-test-acceptance-server-ci &
make start-test-acceptance-frontend &
make ci-acceptance-backend-start &
make acceptance-frontend-prod-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 All @@ -165,4 +165,4 @@ jobs:
- name: Run acceptance tests
working-directory: frontend_addon/volto-addon
run: |
make test-acceptance-headless
make ci-acceptance-test

0 comments on commit 2beb5c2

Please sign in to comment.