Skip to content

Commit

Permalink
fix docker-compose command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Oct 3, 2024
1 parent 53614a8 commit bae992e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: test
run: |
cp CI/ESS/docker-compose.test.yaml docker-compose.yaml
docker-compose down --remove-orphans
docker-compose pull
docker-compose up --build --exit-code-from scichat-loopback
docker-compose down
docker compose down --remove-orphans
docker compose pull
docker compose up --build --exit-code-from scichat-loopback
docker compose down
builde2e:
name: Build E2E Docker image
Expand Down

0 comments on commit bae992e

Please sign in to comment.