Skip to content

Commit

Permalink
add TZ for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xziy committed May 4, 2024
1 parent 14eedf6 commit feb1736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

# waiting https://github.com/ds300/patch-package/issues/339
- run: npm install 2>&1 || true && npm run test
- run: npm install 2>&1 || true && TZ=GMT-3 npm run test

# resolve version
- run: |
Expand Down

0 comments on commit feb1736

Please sign in to comment.