Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 1266a90

Browse files
authored
chore: Fix pnpm install when running in e2e (#365)
Fix installation when running in e2e
1 parent 9799ca1 commit 1266a90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
- run: pnpm -r build
9393
- run: pnpm lint-check
9494

95-
9695
- name: Override dependencies
9796
uses: fluencelabs/github-actions/pnpm-set-dependency@main
9897
with:
@@ -102,8 +101,9 @@ jobs:
102101
"@fluencelabs/marine-js": "${{ inputs.marine-js-version }}"
103102
}
104103
105-
- run: pnpm -r i
104+
- run: pnpm -r --no-frozen-lockfile i
106105
- run: pnpm -r test
107-
- name: Dump rust-peer logs
106+
107+
- name: Dump container logs
108108
if: always()
109-
uses: jwalton/gh-docker-logs@v2
109+
uses: jwalton/gh-docker-logs@v2

0 commit comments

Comments
 (0)