mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-02-12 22:42:45 +00:00
Update tests_ci.yml with a timeout at the job level.
This commit is contained in:
3
.github/workflows/tests_ci.yml
vendored
3
.github/workflows/tests_ci.yml
vendored
@@ -13,6 +13,7 @@ jobs:
|
||||
test:
|
||||
name: Build & Test
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -57,4 +58,4 @@ jobs:
|
||||
if [[ "${{ steps.integration-tests.outcome }}" != "success" ]]; then
|
||||
echo "Integration tests failed"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user