apache / incubator-seata-samples

Apache Seata(incubating) Samples for Java
https://seata.apache.org/
Apache License 2.0
2.27k stars 1.91k forks source link

fix: fix e2e test github action docker-compose version to V1 #687

Closed xjlgod closed 1 month ago

xjlgod commented 1 month ago

Ⅰ. Describe what this PR did

The ubuntu-latest version use docker-compose v2 version, we need to use docker-compose v1 version to run e2e test

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews