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 24, 2024
1 parent 7a71e30 commit dbb88e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
- name: Build java part
working-directory: java
run: ./gradlew --continue build

- name: test
run: tree utils/clusters/

- name: Upload test reports
if: always()
Expand All @@ -78,7 +81,6 @@ 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 dbb88e5

Please sign in to comment.