We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0809ad3 commit 66a7671Copy full SHA for 66a7671
.github/workflows/health_checks.yml
@@ -78,12 +78,14 @@ jobs:
78
needs:
79
- build
80
runs-on: ubuntu-latest
81
+ timeout-minutes: 10
82
steps:
83
- name: Checkout pull request ref
84
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # version 3.6.0
85
- uses: ./.github/actions/setup_node
86
- uses: ./.github/actions/restore_build_cache
87
- name: Publish packages locally
88
+ timeout-minutes: 2
89
run: |
90
npm run start:npm-proxy
91
# keep git diff with version increment to make sure test projects resolve right version
0 commit comments