Skip to content

Commit

Permalink
🚀 修改 e2e 配置.
Browse files Browse the repository at this point in the history
  • Loading branch information
lijiahangmax committed Jun 27, 2024
1 parent 79d95d1 commit 8d85cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ concurrency:
cancel-in-progress: true

jobs:
test:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: E2E Testing
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 -f docker-compose-testing.yml
docker compose -f docker-compose-testing.yml up --build testing --exit-code-from testing --remove-orphans

0 comments on commit 8d85cdf

Please sign in to comment.