Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmumm committed Nov 9, 2024
1 parent ac80ee3 commit 7af4b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
# Removing cache since it might be causing issues
# cache: 'npm'

- name: Install dependencies
run: npm install
run: |
npm install
npm install @rollup/rollup-linux-x64-gnu --save-optional
- name: Install Playwright browsers
run: npx playwright install --with-deps
Expand Down

0 comments on commit 7af4b4d

Please sign in to comment.