Skip to content

Commit

Permalink
chore: add cache-dependency-path to e2e-main.yaml (#1706)
Browse files Browse the repository at this point in the history
* chore: add cache-dependy-path to fix workflow error

Signed-off-by: Daniel Villanueva <[email protected]>

* chore: try new cache-dependency-path

Signed-off-by: Daniel Villanueva <[email protected]>

* chore: a different cache-dependency-path

Signed-off-by: Daniel Villanueva <[email protected]>

* chore: fixed cache-dependency-path finally

Signed-off-by: Daniel Villanueva <[email protected]>

* chore: delete redundant pnpm installations

Signed-off-by: Daniel Villanueva <[email protected]>

* chore: recover not redundant pnpm installation...

Signed-off-by: Daniel Villanueva <[email protected]>

---------

Signed-off-by: Daniel Villanueva <[email protected]>
  • Loading branch information
danivilla9 authored Sep 12, 2024
1 parent 0b2a6fc commit b72413d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/e2e-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: |
./podman-desktop
./podman-desktop-extension-ai-lab
- name: Update podman
run: |
Expand All @@ -97,12 +100,6 @@ jobs:
# allow unprivileged user namespace
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false
package_json_file: ./podman-desktop/package.json

- name: Execute pnpm
working-directory: ./podman-desktop
run: pnpm install --frozen-lockfile
Expand Down

1 comment on commit b72413d

@taazadrishtikon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sitaram Yechuri Death: सामाजिक न्याय, जाति और लिंग समानता की लड़ाई लड़ने वाले नेता https://taazadrishtikon.com/indian-news/sitaram-yechuri/

Please sign in to comment.