Skip to content

Commit

Permalink
chore: specify PHP e2e test in step name
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr committed Aug 5, 2024
1 parent 378db55 commit ec2745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
api_key: ${{ secrets.NEW_RELIC_API_KEY }}
license_key: ${{ secrets.NEW_RELIC_LICENSE_KEY }}

- name: Run e2e-test
- name: Run PHP e2e-test
# Skip e2e tests for dependabot PRs since dependabot can't access secrets
if: inputs.INITCONTAINER_LANGUAGE == 'php' && github.actor != 'dependabot[bot]'
uses: newrelic/newrelic-integration-e2e-action@a97ced80a4841c8c6261d1f9dca6706b1d89acb1 # 1.11.0
Expand Down

0 comments on commit ec2745d

Please sign in to comment.