Skip to content

Commit

Permalink
PMM-7: Fix pipeline for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Jun 12, 2024
1 parent c04e9e6 commit 36a08ff
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 @@ -156,6 +156,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 @@ -234,6 +234,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 36a08ff

Please sign in to comment.