Skip to content

Commit

Permalink
PMM-7 attach steps
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv authored Jan 22, 2025
1 parent af14525 commit 7a9560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runner-e2e-tests-codeceptjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
PMM_URL : "http://admin:${{ env.ADMIN_PASSWORD }}@${{ env.SERVER_IP }}"
run: |
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 }}"
./node_modules/.bin/codeceptjs run -c pr.codecept.js --grep "${{ env.TAGS_FOR_TESTS }}" --steps
- uses: actions/github-script@v7
if: ${{ always() }}
Expand Down

0 comments on commit 7a9560f

Please sign in to comment.