Skip to content

Commit

Permalink
ci: set timezone before running the tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Aug 10, 2024
1 parent 65c6f34 commit 699be53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
- uses: taiki-e/install-action@just
- uses: taiki-e/install-action@nextest

- name: Change Timezone
run: |
sudo timedatectl set-timezone Asia/Jakarta
timedatectl status
- name: Run tests
run: just test

Expand Down

0 comments on commit 699be53

Please sign in to comment.