Skip to content

Commit

Permalink
test(web): enable flags in e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Aug 21, 2024
1 parent c6cc180 commit 895198e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/check-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ runs:
echo "UPSTASH_REDIS_REST_TOKEN=honghongme" >> .env.local
echo "AUTH_SECRET=honghongme" >> .env.local
echo "AUTH_TRUST_HOST=true" >> .env.local
echo "NEXT_PUBLIC_FLAG_COMMENT=true" >> .env.local
echo "NEXT_PUBLIC_FLAG_AUTH=true" >> .env.local
echo "NEXT_PUBLIC_FLAG_STATS=true" >> .env.local
echo "NEXT_PUBLIC_FLAG_SPOTIFY=true" >> .env.local
echo "NEXT_PUBLIC_FLAG_LIKE_BUTTON=true" >> .env.local

0 comments on commit 895198e

Please sign in to comment.