Skip to content

Commit 66a7671

Browse files
author
Kamil Sobol
authored
build: add timeouts in api check (#917)
1 parent 0809ad3 commit 66a7671

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/health_checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,14 @@ jobs:
7878
needs:
7979
- build
8080
runs-on: ubuntu-latest
81+
timeout-minutes: 10
8182
steps:
8283
- name: Checkout pull request ref
8384
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # version 3.6.0
8485
- uses: ./.github/actions/setup_node
8586
- uses: ./.github/actions/restore_build_cache
8687
- name: Publish packages locally
88+
timeout-minutes: 2
8789
run: |
8890
npm run start:npm-proxy
8991
# keep git diff with version increment to make sure test projects resolve right version

0 commit comments

Comments
 (0)