We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaf3c8 commit c97d421Copy full SHA for c97d421
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
- make test-integration
+ sudo make test-integration
71
72
73
- name: Test Report
0 commit comments