Skip to content

Commit

Permalink
fix problems
Browse files Browse the repository at this point in the history
  • Loading branch information
boraykasap committed May 11, 2024
1 parent ec021c2 commit a3cf436
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
node-version: '20'
cache: 'yarn'

- name: Enable Corepack
run: corepack enable

- name: Install dependencies
run: yarn install immutable
run: yarn install --immutable

- name: Run formatter
run: yarn format
Expand All @@ -28,4 +31,4 @@ jobs:
run: yarn lint

- name: Run tests
run: yarn test
run: yarn test

0 comments on commit a3cf436

Please sign in to comment.