Skip to content

Commit

Permalink
test apollo 05
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiqiQin committed Aug 27, 2023
1 parent 5949221 commit 5a819fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ jobs:
- name: Build examples with Maven
run: ./mvnw -B clean install -Pexample -Dmaven.javadoc.skip=true -Dmaven.test.skip=true -am -f ./shenyu-examples/pom.xml

- name: View docker log
- name: |
bash ./shenyu-e2e/script/storage_init_mysql.sh
docker-compose up ./shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-motan/src/test/resources/docker-compose.mysql.yml
- uses: actions/checkout@v3
with:
submodules: true
Expand Down

0 comments on commit 5a819fd

Please sign in to comment.