Skip to content

Commit

Permalink
PMM-12921 fixed playwright call
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Feb 26, 2024
1 parent 7ed4779 commit 08a2006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fb-e2e-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:

rbac:
name: RBAC UI tests
uses: percona/pmm-qa/.github/workflows/runner-e2e-tests-playwright.yml@main
uses: ./.github/workflows/runner-e2e-tests-playwright.yml
secrets: inherit
with:
pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'main '}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runner-e2e-tests-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on:
required: true
setup_services:
type: string
required: true
required: false
pmm_qa_branch:
type: string
required: true
Expand Down

0 comments on commit 08a2006

Please sign in to comment.