Skip to content

Commit

Permalink
Merge pull request #150 from wizelineacademy/JulioEmmmanuel-patch-2
Browse files Browse the repository at this point in the history
fix: Removed timezone variable in GH
  • Loading branch information
JulioEmmmanuel authored Jun 11, 2024
2 parents 61c813f + c1b7205 commit bad6a8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
env:
NEXTAUTH_URL: https://d8vd0r6uuds8z.cloudfront.net
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
TZ: 'CST'

jobs:
deploy:
Expand Down Expand Up @@ -41,7 +40,7 @@ jobs:
run: npm install

- name: Run linters
run: npm run lint:fix
run: npm run lint

- name: Run tests
run: npm run test:ci
Expand Down

0 comments on commit bad6a8b

Please sign in to comment.