Skip to content

Commit

Permalink
Fix cookieplone GHA 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jan 22, 2025
1 parent 461a7a2 commit 703590a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cookieplone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
(cd core && git fetch --depth 1 origin ${GITHUB_REF#refs/heads/}:${GITHUB_REF#refs/heads/} && git checkout ${GITHUB_REF#refs/heads/})
pnpm i
make build-deps
ls
- name: Cypress acceptance tests
uses: cypress-io/github-action@v6
Expand All @@ -46,7 +45,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
install: false
working-directory: seven-add-on
working-directory: packages/seven
browser: chrome
spec: cypress/tests/core/basic/**/*.cy.ts
start: |
Expand Down

0 comments on commit 703590a

Please sign in to comment.