Skip to content

Commit

Permalink
Fix folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Feb 7, 2025
1 parent c968e9b commit 1a870d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cookieplone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
pipx run --no-cache cookieplone frontend_addon --no-input
- name: Install generated package
working-directory: frontend-addon
working-directory: volto-add-on
run: |
pnpm dlx mrs-developer missdev --no-config --fetch-https
(cd core && git fetch --depth 1 origin ${GITHUB_REF#refs/heads/}:${GITHUB_REF#refs/heads/} && git checkout ${GITHUB_REF#refs/heads/})
Expand All @@ -104,7 +104,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
install: false
working-directory: frontend-addon
working-directory: volto-add-on
browser: chrome
spec: cypress/tests/core/basic/**/*.cy.ts
start: |
Expand Down

0 comments on commit 1a870d3

Please sign in to comment.