Skip to content

Commit

Permalink
Change timezone for Cypress in GitHub Action
Browse files Browse the repository at this point in the history
Align local tests with the timezone used in GitHub Actions to ensure consistency.
  • Loading branch information
kasperbirch1 committed Oct 10, 2023
1 parent 88bd823 commit ed4ae81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
container:
image: cypress/browsers:node-20.6.1-chrome-116.0.5845.187-1-ff-117.0-edge-116.0.1938.76-1
options: --user 1001
env:
TZ: Europe/Copenhagen
steps:
- uses: szenius/[email protected]
with:
timezoneLinux: "Europe/Copenhagen"
- uses: actions/checkout@master
- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit ed4ae81

Please sign in to comment.