Skip to content

Commit

Permalink
Simplify integration testing (apache#2559)
Browse files Browse the repository at this point in the history
  • Loading branch information
JooKS-me authored Dec 10, 2021
1 parent 8cc05af commit 33ceea7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integrated-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
- name: Build with Maven
if: env.SKIP_CI != 'true'
run: ./mvnw -B clean install -Prelease,docker -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
- name: Build examples
if: env.SKIP_CI != 'true'
run: ./mvnw -B clean install -DskipTests -f ./shenyu-examples/pom.xml -Pdocker
- name: Build integrated tests
if: env.SKIP_CI != 'true'
run: ./mvnw -B clean install -Pit -DskipTests -f ./shenyu-integrated-test/pom.xml
Expand Down

0 comments on commit 33ceea7

Please sign in to comment.