Skip to content

Commit

Permalink
fix(ci): remove duplicated pnpm install steps in e2e jobs (#10422)
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <[email protected]>
  • Loading branch information
odockal authored Dec 18, 2024
1 parent 8997342 commit 40dab1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ jobs:
- name: Execute pnpm
run: pnpm install

- name: Execute PNPM
run: pnpm install --frozen-lockfile

- name: Adjust/Downgrade local podman desktop version Windows
run: |
$version="1.0.0"
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,6 @@ jobs:
- name: Execute pnpm
run: pnpm install

- name: Execute PNPM
run: pnpm install --frozen-lockfile

- name: Adjust/Downgrade local podman desktop version Windows
run: |
$version="1.0.0"
Expand Down Expand Up @@ -492,9 +489,6 @@ jobs:
- name: Execute pnpm
run: pnpm install

- name: Execute PNPM
run: pnpm install --frozen-lockfile

- name: Adjust/Downgrade local podman desktop version
run: |
version="1.13.0"
Expand Down

0 comments on commit 40dab1a

Please sign in to comment.