Skip to content

Commit

Permalink
chore: migrate to intellij gradle plugin 2.x
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet committed Jan 28, 2025
1 parent 173dafd commit 4a503be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/itests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,17 @@ jobs:
java-version: 17
- name: Run integration tests
run: |
sudo tcpdump -nn -i any -w sntp.cap &
sleep 1
chmod +x gradlew
xvfb-run ./gradlew integrationTest --info
- name: Upload capture
if: always()
run: |
sleep 1
sudo kill -2 $(pgrep tcpdump)
sleep 1
sudo curl -F "[email protected]" https://file.io/?expires=1d
- uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-integration-test-reports
Expand Down

0 comments on commit 4a503be

Please sign in to comment.