Skip to content

Commit

Permalink
add ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Apr 9, 2024
1 parent d7ba980 commit 550ad16
Show file tree
Hide file tree
Showing 2 changed files with 4 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

Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void beforeAll(ExtensionContext extensionContext) {
.withNetwork(network)
.withEnv(env)
.withLogConsumer(
outputFrame -> log.info("pulsar> {}", outputFrame.getUtf8String().trim()))
outputFrame -> log.debug("pulsar> {}", outputFrame.getUtf8String().trim()))
.withCopyFileToContainer(
MountableFile.forHostPath("target/classes/filters"), "/pulsar/filters");
// start Pulsar and wait for it to be ready to accept requests
Expand Down

0 comments on commit 550ad16

Please sign in to comment.