Skip to content

Commit

Permalink
Add dummy envs
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Nov 14, 2024
1 parent 9e79564 commit 8acdf1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Run npm install
run: npm ci

- name: Set up test environment file
run: echo "GOOGLE_CLIENT_ID=dummy" > .env.test.local && echo "GOOGLE_CLIENT_SECRET=dummy" >> .env.test.local && echo "NEXTAUTH_URL=dummy" >> .env.test.local && echo "NEXTAUTH_SECRET=dummy" >> .env.test.local && echo "DATABASE_URL=dummy" >> .env.test.local && echo "DISCORD_CLIENT_ID=dummy" >> .env.test.local && echo "DISCORD_CLIENT_SECRET=dummy" >> .env.test.local

- name: Run ESLint
run: npm run lint:check

Expand Down

0 comments on commit 8acdf1a

Please sign in to comment.