Skip to content

Commit

Permalink
fix: e2e test errors
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin committed Dec 20, 2024
1 parent e964ab5 commit a5cbfe0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/e2e-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,20 @@ jobs:
# Checkout podman desktop
- uses: actions/checkout@v4
with:
repository: containers/podman-desktop
repository: podman-desktop/podman-desktop
ref: main
path: podman-desktop

- uses: actions/setup-node@v4
with:
node-version: 20

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false
package_json_file: ./podman-desktop/package.json

- uses: actions/setup-node@v4
with:
node-version: 20
working-directory: ./podman-desktop
cache: 'pnpm'

- name: Update podman
run: |
# ubuntu version from kubic repository to install podman we need (v5)
Expand Down Expand Up @@ -116,7 +114,7 @@ jobs:
- name: Execute pnpm in Bootc Extension
working-directory: ./podman-desktop-extension-bootc
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Run All E2E tests
working-directory: ./podman-desktop-extension-bootc
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@playwright/test": "^1.49.1",
"@podman-desktop/tests-playwright": "^1.15.0",
"@podman-desktop/tests-playwright": "next",
"@types/node": "^20",
"electron": "^33.2.1",
"typescript": "^5.7.2",
Expand Down

0 comments on commit a5cbfe0

Please sign in to comment.