From fbff2ca2a2fc6967a795ed3f5942381d995e149e Mon Sep 17 00:00:00 2001 From: Tng Zi Xiang Date: Thu, 28 Sep 2023 23:05:43 +0800 Subject: [PATCH] chore: add timeout --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 750ff45..114f1be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ jobs: test: name: Lint & Test runs-on: ubuntu-latest + timeout-minutes: 5 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v3