File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 needs :
3636 - workflow_approval
3737 steps :
38- - name : Checkout
38+ - name : Checkout
3939 uses : actions/checkout@v3
4040 with :
4141 ref : ${{github.event.pull_request.head.sha}}
@@ -245,7 +245,7 @@ jobs:
245245 cd /tmp && wget https://packages.confluent.io/archive/${{ matrix.confluent_major_version }}/confluent-community-${{ matrix.confluent_package_version }}.tar.gz
246246 sudo tar xzf confluent-community-${{ matrix.confluent_package_version }}.tar.gz
247247 cd confluent-${{ matrix.confluent_package_version }}
248- bin/schema-registry-start ./etc/schema-registry/schema-registry.properties &
248+ sudo bin/schema-registry-start ./etc/schema-registry/schema-registry.properties &
249249
250250 - name : Register the protobuf schema
251251 run : |
@@ -377,7 +377,7 @@ jobs:
377377 export PYTHONWARNINGS="ignore:Unverified HTTPS request"
378378 echo "Running functional tests....."
379379 python -m pytest --log-level=INFO
380-
380+
381381 - uses : actions/upload-artifact@v4
382382 if : failure()
383383 with :
You can’t perform that action at this time.
0 commit comments