Skip to content

Commit

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

- name: Install dependencies
run: npm ci
run: npm install

- name: Install Playwright browsers
run: npx playwright install --with-deps
Expand Down
Loading

0 comments on commit ac80ee3

Please sign in to comment.