Skip to content

Commit

Permalink
[type:fix] e2e test error
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Oct 21, 2023
1 parent a3dfff8 commit 4671c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrated-test-k8s-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Build integrated tests
if: steps.filter.outputs.changed == 'true'
run: ./mvnw -B clean install -Pit -DskipTests am -f ./shenyu-integrated-test/pom.xml
run: ./mvnw -B clean install -Pit -DskipTests -am -f ./shenyu-integrated-test/pom.xml

- name: Build examples
if: steps.filter.outputs.changed == 'true'
Expand Down

0 comments on commit 4671c04

Please sign in to comment.