Skip to content

Commit

Permalink
ci(github): timeout typo
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Dec 13, 2023
1 parent 70071c0 commit d1ee23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1ee23f

Please sign in to comment.