We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c2956 commit e64fa0eCopy full SHA for e64fa0e
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: pnpm/action-setup@v4
28
29
- name: Install dependencies
30
- run: pnpm install
+ run: pnpm install --frozen-lockfile
31
32
- name: Build
33
run: pnpm build
.github/workflows/sonarqube.yml
- name: Run tests with coverage
run: |
.github/workflows/test.yml
- name: Test
run: pnpm test
0 commit comments