Skip to content

Commit 0a34613

Browse files
committed
Set timeout-minutes
1 parent b0f511d commit 0a34613

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ workflow.addJob(
99
new Job("test", {
1010
runsOn: "ubuntu-latest",
1111
permissions: { contents: "read" },
12+
timeoutMinutes: 5,
1213
})
1314
.uses("actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683", {
1415
with: { "persist-credentials": "false" },

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# DO NOT EDIT THIS FILE
22
# This file is automatically generated by ghats (https://www.npmjs.com/package/ghats)
33
# Edit the workflow in .github/workflows/ci.ts instead.
4-
{"name":"CI","permissions":{},"on":"push","jobs":{"test":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"steps":[{"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683","with":{"persist-credentials":"false"}},{"uses":"jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8"},{"run":"bun install --frozen-lockfile"},{"run":"bun test"}]}}}
4+
{"name":"CI","permissions":{},"on":"push","jobs":{"test":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"timeout-minutes":5,"steps":[{"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683","with":{"persist-credentials":"false"}},{"uses":"jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8"},{"run":"bun install --frozen-lockfile"},{"run":"bun test"}]}}}

0 commit comments

Comments
 (0)