Skip to content

Commit 30de60c

Browse files
committed
undo
1 parent d37b206 commit 30de60c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333

3434
test_integration:
3535
runs-on: ubuntu-latest
36-
timeout-minutes: 60
37-
strategy:
38-
fail-fast: false
3936
services:
4037
unstructured-api:
4138
image: quay.io/unstructured-io/unstructured-api:latest
@@ -53,5 +50,3 @@ jobs:
5350
run: make install
5451
- name: Run integration tests
5552
run: make test-integration
56-
- name: Get unstructured-api logs
57-
run: docker logs unstructured-api

0 commit comments

Comments
 (0)