Skip to content

Commit 1f5e92c

Browse files
committed
modify: github action 수정 v4
1 parent d148606 commit 1f5e92c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/worker_main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ jobs:
3838
cd ./worker
3939
mkdir logs
4040
python main.py
41+
42+
- name: Print log file
43+
run: cat ./worker/logs/logfile.log

worker/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ async def run_periodically():
9494

9595

9696
# 이벤트 루프를 사용하여 run_periodically 함수 실행
97-
asyncio.run(run_periodically())
97+
# asyncio.run(run_periodically())
9898

99-
# asyncio.run(main())
99+
asyncio.run(main())

0 commit comments

Comments
 (0)