🚀 修改 e2e 配置.

This commit is contained in:
lijiahang
2024-06-24 09:54:57 +08:00
parent 8dec40553d
commit 6c4e9cd5c6
7 changed files with 144 additions and 72 deletions

View File

@@ -19,4 +19,4 @@ jobs:
run: |
sudo curl -L https://github.com/docker/compose/releases/download/v2.23.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
sudo chmod u+x /usr/local/bin/docker-compose
docker compose up --build testing --exit-code-from testing --remove-orphans
docker compose up --build testing --exit-code-from testing --remove-orphans -f docker-compose-testing.yml