Skip to content

Commit

Permalink
Fix cookieplone GHA 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jan 22, 2025
1 parent b2082db commit 7b13db9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cookieplone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
uses: ./.github/actions/node_env_setup
with:
node-version: ${{ matrix.node-version }}

- run: ls -la
- run: ls project-title/frontend
- name: Install generated package
working-directory: project-title/frontend
working-directory: 'project-title/frontend'
run: |
make install
Expand Down

0 comments on commit 7b13db9

Please sign in to comment.