Skip to content

Commit

Permalink
CI - update installing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bartstc committed Jul 7, 2023
1 parent f6fd361 commit da192a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Run unit tests
run: pnpm lint
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Run unit tests
run: pnpm test:ci
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Run storybook tests
run: pnpm test-storybook:ci
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Build an application
run: pnpm build
Expand Down

0 comments on commit da192a9

Please sign in to comment.