Skip to content

Commit

Permalink
Use "docker compose"
Browse files Browse the repository at this point in the history
  • Loading branch information
cykoder committed Sep 19, 2024
1 parent a1d1dfc commit 58dcb63
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 @@ -10,7 +10,7 @@ jobs:
with:
node-version: '16.x'
- run: yarn install --frozen-lockfile --ignore-scripts
- run: docker-compose -f ./docker-compose.edv.yml up -d
- run: docker compose -f ./docker-compose.edv.yml up -d
- run: yarn build
- run: yarn test
- run: yarn run-examples

0 comments on commit 58dcb63

Please sign in to comment.