nodece commented on code in PR #59:
URL: https://github.com/apache/pulsar-adapters/pull/59#discussion_r1887902621
##########
.github/workflows/integration-test.yaml:
##########
@@ -71,21 +71,21 @@ jobs:
distribution: 'adopt'
java-version: 17
- - name: install org.apache.pulsar.tests:integration:jar:tests:4.0.0
+ - name: install
org.apache.pulsar.tests:integration:jar:tests:4.0.0-SNAPSHOT
Review Comment:
```suggestion
- name: install org.apache.pulsar.tests:integration:jar:tests:4.0.1
```
##########
.github/workflows/integration-test.yaml:
##########
@@ -71,21 +71,21 @@ jobs:
distribution: 'adopt'
java-version: 17
- - name: install org.apache.pulsar.tests:integration:jar:tests:4.0.0
+ - name: install
org.apache.pulsar.tests:integration:jar:tests:4.0.0-SNAPSHOT
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
run: |
cd ~
- git clone --depth 50 --single-branch --branch v4.0.0
https://github.com/apache/pulsar
+ git clone --depth 50 --single-branch --branch v4.0.0-SNAPSHOT
https://github.com/apache/pulsar
Review Comment:
```suggestion
git clone --depth 50 --single-branch --branch v4.0.1
https://github.com/apache/pulsar
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]