Skip to content

Commit

Permalink
ci: fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 20, 2025
1 parent 99fc4fa commit 400fa02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
- master

env:
PUPPETEER_SKIP_CHROME_HEADLESS_SHELL_DOWNLOAD: true
MYSQL_DB_DATABASE: keyv_test
MYSQL_DB_USER: root
MYSQL_DB_PASSWORD: root

jobs:
contributors:
Expand Down

0 comments on commit 400fa02

Please sign in to comment.