Skip to content

Commit

Permalink
add env to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Nov 28, 2024
1 parent 0b044a8 commit 00f663c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- run: npm run lint
# - run: npm run test
- run: npm run build
env:
NEXT_PUBLIC_PROJECT_ID: 'ABCD'


coverage:
needs: [test]
Expand Down

0 comments on commit 00f663c

Please sign in to comment.