Skip to content

Commit

Permalink
Merge pull request #252 from boostcampwm-2022/56-fix-github-action-최적화
Browse files Browse the repository at this point in the history
FIX: github actions 수행시 client TimeZone 설정
  • Loading branch information
NaGyeong-Park authored Dec 15, 2022
2 parents 4195913 + 3de87b1 commit f6a0cd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CLIENT_BUILD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Runner 타임존 설정
run: |
sudo timedatectl set-timezone 'Asia/Seoul'
- name: Node 설정
uses: actions/setup-node@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/CLIENT_DEV_BUILD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Runner 타임존 설정
run: |
sudo timedatectl set-timezone 'Asia/Seoul'
- name: Node 설정
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit f6a0cd1

Please sign in to comment.