Skip to content

Commit

Permalink
dev(storybook): TEMP checking env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrippey committed Sep 27, 2023
1 parent 5cf50d1 commit 33b7d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
name: "Unit Tests"
runs-on: ubuntu-latest
steps:
- name: "TEMP DEBUGGING"
run: 'echo "NEXT_PUBLIC_SANITY_PROJECT_ID = $NEXT_PUBLIC_SANITY_PROJECT_ID"'
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand Down

0 comments on commit 33b7d91

Please sign in to comment.