Skip to content

Commit

Permalink
Merge pull request #1362 from SciCatProject/change-docker-compose-com…
Browse files Browse the repository at this point in the history
…mand

fix: replace docker-compose with docker compose on github workflow
  • Loading branch information
nitrosx authored Aug 6, 2024
2 parents 1cd3af4 + 31d224a commit 3e93b58
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 3e93b58

Please sign in to comment.