Skip to content

Commit

Permalink
Fix timezone in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub committed Feb 22, 2024
1 parent f8be34b commit adcbf2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- run: npm ci
- run: npm test
- run: npm run build
env:
TZ: Europe/Paris

build:
name: Build Docker images
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"module": "NodeNext",
"resolveJsonModule": true
},
"include": ["./src/**/*"]
"include": ["./src/**/*"],
"exclude": ["src/**/*.spec.ts", "src/**/*.test.ts"]
}

0 comments on commit adcbf2e

Please sign in to comment.