Skip to content

Commit

Permalink
Test core basic with prefixed site
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleybl committed Mar 14, 2024
1 parent ad3a147 commit 78d38cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1227,9 +1227,9 @@ jobs:
name: cypress-videos
path: packages/volto/cypress/videos

prefix:
prefix-core:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
name: Prefixed site
name: Core Basic Prefixed Site
runs-on: ubuntu-latest
timeout-minutes: 35
strategy:
Expand Down Expand Up @@ -1290,7 +1290,7 @@ jobs:
install: false
working-directory: packages/volto
browser: chrome
spec: cypress/tests/minimal/**/*.js
spec: cypress/tests/core/basic/**/*.js
config: baseUrl=http://localhost/foo
env: prefixPath=/foo
start: |
Expand Down

0 comments on commit 78d38cb

Please sign in to comment.