Skip to content

Commit e1e25e2

Browse files
committed
feat(tests): setup docker-compose for integration tests 6
1 parent ca51d67 commit e1e25e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
POSTGRES_IMAGE_TAG: ${{ matrix.postgres-version }}
6868
CENTURION_IMAGE_TAG: ${{ env.GITHUB_SHA }}
6969
run: |
70-
sudo make test-integration
70+
make test-integration
7171
7272
7373
- name: Test Report

0 commit comments

Comments
 (0)