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:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-project
- name: Install pipenv packages
run: pipenv install --dev
- name: Validate NewRelic config
env:
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }}