Skip to content

Commit

Permalink
Experiment
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jan 22, 2024
1 parent b798fda commit 6842b23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,16 @@ jobs:
working-directory: java
run: cargo build --release

- name: Run tcpdump
run: sudo tcpdump -i lo -w dump.pcap tcp port 6380 or tcp port 6381 &

- name: Build java part
working-directory: java
run: ./gradlew --continue build

- name: Stop tcpdump
run: sudo killall tcpdump

- name: Upload test reports
if: always()
continue-on-error: true
Expand All @@ -82,6 +88,7 @@ jobs:
java/client/build/reports/**
java/integTest/build/reports/**
utils/clusters/**
dump.pcap
build-amazonlinux-latest:
if: github.repository_owner == 'aws'
Expand Down

0 comments on commit 6842b23

Please sign in to comment.