Skip to content

Commit e69580e

Browse files
committed
modulize?
1 parent 659b9a2 commit e69580e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
python-version: ${{ matrix.python-version }}
5858
- name: Install dependencies
5959
run: make install
60-
- name: Run all tests
60+
- name: Run integration tests
6161
run: |
62-
make test
62+
make test-integration-docker
6363
env:
6464
UNSTRUCTURED_API_KEY: ${{ secrets.UNSTRUCTURED_API_KEY }}
6565

0 commit comments

Comments
 (0)