Skip to content

Commit

Permalink
please work
Browse files Browse the repository at this point in the history
  • Loading branch information
w3cj committed Sep 8, 2023
1 parent 26fea1b commit ce5d339
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
YOUTUBE_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}
VITE_COVERAGE: ${{ vars.VITE_COVERAGE }}
NODE_ENV: ${{ vars.NODE_ENV }}
REDIS_PORT: ${{ vars.REDIS_PORT }}
REDIS_HOST: ${{ vars.REDIS_HOST }}
DB_HOST: ${{ vars.DB_HOST }}
DB_USER: ${{ vars.DB_USER }}
DB_NAME: ${{ vars.DB_NAME }}
DB_PORT: ${{ vars.DB_PORT }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit ce5d339

Please sign in to comment.