File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ jobs:
49
49
50
50
- name : Setup environment with PSMDB ${{ matrix.psmdb }} for PBM PR/branch ${{ github.event.pull_request.title || env.PR_NUMBER || env.PBM_BRANCH }}
51
51
run : |
52
- PSMDB=percona/percona-server-mongodb:${{ matrix.psmdb }} docker- compose build
53
- docker- compose up -d
52
+ PSMDB=percona/percona-server-mongodb:${{ matrix.psmdb }} docker compose build
53
+ docker compose up -d
54
54
working-directory : psmdb-testing/pbm-functional/pytest
55
55
56
56
- name : Test ${{ matrix.test }} backup/restore on PSMDB ${{ matrix.psmdb }} for PBM PR/branch ${{ github.event.pull_request.title || env.PR_NUMBER || env.PBM_BRANCH }}
57
57
run : |
58
- docker- compose run test pytest -s --junitxml=junit.xml -k ${{ matrix.test }}
58
+ docker compose run test pytest -s --junitxml=junit.xml -k ${{ matrix.test }}
59
59
working-directory : psmdb-testing/pbm-functional/pytest
60
60
61
61
- name : Publish Test Report
You can’t perform that action at this time.
0 commit comments