Install newrelic before attempting to validate config

This commit is contained in:
Ryan Ahearn
2023-01-19 09:38:18 -05:00
parent b9a53b7b54
commit c3faf3df4d

View File

@@ -60,6 +60,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: ./.github/actions/setup-project - uses: ./.github/actions/setup-project
- name: Install pipenv packages
run: pipenv install --dev
- name: Validate NewRelic config - name: Validate NewRelic config
env: env:
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }} NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }}