Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Nov 23, 2024
1 parent 938beea commit 4d8d6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
run: ./gradlew :integTest:test --tests '*.*password*'

- name: tcpdump
run: sudo pkill tcpdump
run: sudo killall -9 tcpdump

- name: Upload test & spotbugs reports
if: always()
Expand Down

0 comments on commit 4d8d6a9

Please sign in to comment.