Skip to content

Commit

Permalink
Fix: Config New Relic license in build test
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleecodes committed Jul 10, 2024
1 parent 5f971f1 commit ab759bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ jobs:
NEXT_PUBLIC_ROLLBAR_CLIENT_TOKEN: ${{ secrets.NEXT_PUBLIC_ROLLBAR_CLIENT_TOKEN }}
NEXT_PUBLIC_STORYBLOK_TOKEN: ${{ secrets.NEXT_PUBLIC_STORYBLOK_TOKEN }}
NEW_RELIC_APP_NAME: ${{ secrets.NEW_RELIC_APP_NAME }}
NEW_RELIC_LICENSE_KEY: $${{ NEW_RELIC_LICENSE_KEY }}
- name: Test app
run: yarn test

0 comments on commit ab759bb

Please sign in to comment.