Skip to content

Commit

Permalink
remove yarn checks in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinH committed Dec 22, 2023
1 parent 38d21c6 commit 6e238e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/quality-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
restore-keys: |
yarn-deps-${{ hashFiles('yarn.lock') }}
- run: yarn install --frozen-lockfile
- name: Run Checks
run: yarn check

- name: Run unit tests
run: yarn unit

Expand Down

0 comments on commit 6e238e0

Please sign in to comment.