Skip to content

Commit

Permalink
PMM-13084 test make dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed May 1, 2024
1 parent 06056c2 commit 0f22821
Showing 1 changed file with 1 addition 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 @@ -164,6 +164,7 @@ jobs:
PMM_UI_URL : "http://192.168.0.1/"
PMM_URL : "http://admin:${{ env.ADMIN_PASSWORD }}@${{ env.SERVER_IP }}"
run: |
mkdir -m 777 -p /tmp/backup_data
sed -i 's+http://localhost/+${PMM_UI_URL}/+g' pr.codecept.js
./node_modules/.bin/codeceptjs run -c pr.codecept.js --grep "${{ env.TAGS_FOR_TESTS }}"
Expand Down

0 comments on commit 0f22821

Please sign in to comment.