We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca51d67 commit e1e25e2Copy full SHA for e1e25e2
1 file changed
.github/workflows/python-integration.yaml
@@ -67,7 +67,7 @@ jobs:
67
POSTGRES_IMAGE_TAG: ${{ matrix.postgres-version }}
68
CENTURION_IMAGE_TAG: ${{ env.GITHUB_SHA }}
69
run: |
70
- sudo make test-integration
+ make test-integration
71
72
73
- name: Test Report
0 commit comments