Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Apr 9, 2024
1 parent ebe3089 commit 97c17e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Build and test
run: mvn -B clean javadoc:javadoc verify

8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<maven.compiler.target>8</maven.compiler.target>
<jms.version>2.0.3</jms.version>
<pulsar.groupId>org.apache.pulsar</pulsar.groupId>
<pulsar.version>3.0.0</pulsar.version>
<pulsar.version>3.2.2</pulsar.version>
<activemq.version>5.16.1</activemq.version>
<hawtbuf.version>1.11</hawtbuf.version>
<curator.version>5.1.0</curator.version>
Expand Down Expand Up @@ -325,6 +325,12 @@ limitations under the License.]]></inlineHeader>
<configuration>
<argLine>${test.additional.args}</argLine>
<trimStackTrace>false</trimStackTrace>
<forkCount>1</forkCount>
<properties>
<configurationParameters>
junit.jupiter.execution.timeout.test.method.default = 300
</configurationParameters>
</properties>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 97c17e9

Please sign in to comment.