Skip to content

Commit

Permalink
fix: replace docker-compose with docker compose on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Aug 6, 2024
1 parent 1cd3af4 commit 31d224a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ jobs:
run: |
cp CI/ESS/docker-compose.api.yaml docker-compose.yaml
cp functionalAccounts.json.test functionalAccounts.json
docker-compose up --build -d
docker compose up --build -d
npm run test:api

0 comments on commit 31d224a

Please sign in to comment.