Skip to content

Commit

Permalink
Set timezone in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
enstulen committed Apr 2, 2024
1 parent b7a03bf commit 3d57769
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
cache-dependency-path: '**/yarn.lock'
registry-url: https://npm.pkg.github.com/
scope: '@navikt'
- name: set timezone
uses: szenius/[email protected]
with:
timezoneLinux: 'Europe/Oslo'
- name: 'Install dependencies'
run: yarn --frozen-lockfile
- name: 'No unstaged changes allowed (changes in yarn.lock?)'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/jest-coverage-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@ jobs:
scope: '@navikt'
- name: 'Install dependencies'
run: yarn
- name: set timezone
uses: szenius/[email protected]
with:
timezoneLinux: 'Europe/Oslo'
- name: 'Test with coverage report'
run: yarn test:coverage

0 comments on commit 3d57769

Please sign in to comment.