From d1ee23f052e9726164a284f2f1bb6ae22219e5c6 Mon Sep 17 00:00:00 2001 From: Douglas DUTEIL Date: Wed, 13 Dec 2023 21:36:54 +0100 Subject: [PATCH] ci(github): timeout typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90140eb..f93b511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v1 - run: bun install - - run: timout 1 bun run start + - run: timeout 1 bun run start e2e: runs-on: ubuntu-latest