Skip to content

Commit

Permalink
Use qa-integration tests from branch with fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Jul 24, 2024
1 parent 5927e4a commit 734b748
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-11-pmm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'Percona-Lab/qa-integration'
ref: 'main'
ref: 'fix-pgsm-pmm-tests'

# print branch and Repo name
- name: Get branch and Repo Name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-12-pmm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'Percona-Lab/qa-integration'
ref: 'main'
ref: 'fix-pgsm-pmm-tests'

# print branch and Repo name
- name: Get branch and Repo Name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-13-pmm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'Percona-Lab/qa-integration'
ref: 'main'
ref: 'fix-pgsm-pmm-tests'

# print branch and Repo name
- name: Get branch and Repo Name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-14-pmm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'Percona-Lab/qa-integration'
ref: 'main'
ref: 'fix-pgsm-pmm-tests'

# print branch and Repo name
- name: Get branch and Repo Name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-15-pmm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'Percona-Lab/qa-integration'
ref: 'main'
ref: 'fix-pgsm-pmm-tests'

# print branch and Repo name
- name: Get branch and Repo Name
Expand Down

0 comments on commit 734b748

Please sign in to comment.