Skip to content

Commit

Permalink
Update CI tests
Browse files Browse the repository at this point in the history
Update the `docker compose` command.
  • Loading branch information
eatyourgreens authored Sep 27, 2024
1 parent 4094099 commit ce8d0ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/checkout@v4
- name: Build docker containers and run tests
run: |
docker-compose build
docker-compose run -T --rm sugar npm test
docker-compose run -T --rm sugar npm run compile-client
docker compose build
docker compose run -T --rm sugar npm test
docker compose run -T --rm sugar npm run compile-client

0 comments on commit ce8d0ba

Please sign in to comment.