Skip to content

Commit 29ff54b

Browse files
committed
fix .github/workflows/test.yaml
1 parent ec6da17 commit 29ff54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install expect/telnet
6969
run: sudo apt-get update && sudo apt-get install -y expect telnet
7070
- name: Build packaging
71-
run: mvn -V -ntp -pl packaging -am package -DskipTests
71+
run: mvn -V -ntp clean install -P full -DskipTests
7272
- name: Run telnet stop leak test
7373
run: python3 integration-test/telnet-stop-leak/run_telnet_stop_leak_test.py --iterations 10 --warmup 2 --threshold 1 --work-dir integration-test/telnet-stop-leak/work
7474
- name: Upload artifacts on failure

0 commit comments

Comments
 (0)