We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29a5c6 commit 9990baeCopy full SHA for 9990bae
.github/workflows/e2e-api-tests.yaml
@@ -45,7 +45,7 @@ jobs:
45
EOF
46
47
- name: Install dependencies
48
- run: pnpm install
+ run: pnpm install --frozen-lockfile
49
50
- name: Start Docker Compose
51
run: docker-compose -f dependencies.compose.yaml up -d
.github/workflows/lint.yaml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
version: 8
43
44
- name: Build
run: pnpm build
- name: Lint
0 commit comments