Skip to content

Commit

Permalink
PMM-7: Update dependencies (#692)
Browse files Browse the repository at this point in the history
* PMM-7-update-dependencies

* PMM-7-update-dependencies
  • Loading branch information
peterSirotnak authored and saikumar-vs committed Jul 9, 2024
1 parent 8d1a851 commit c2fff28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/runner-e2e-tests-codeceptjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
working-directory: ./pmm-ui-tests
run: |
npm ci
npx playwright install
envsubst < env.list > env.generated.list
- name: Execute e2e tests with tags ${{ env.TAGS_FOR_TESTS }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/runner-e2e-tests-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ jobs:
working-directory: ./pmm-ui-tests
run: |
npm ci
npx playwright install
envsubst < env.list > env.generated.list
- name: Execute e2e tests with tags ${{ env.TAGS_FOR_TESTS }}
Expand Down

0 comments on commit c2fff28

Please sign in to comment.