Skip to content

Commit

Permalink
EMB-15018 - Use "docker compose" syntax, since docker-compose is depr…
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliyf committed Apr 14, 2024
1 parent 42b2abd commit ea02829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
- name: Build dependencies
run: yarn build
- name: Start Grafana container
run: docker-compose --file compose.yaml up --detach
run: docker compose --file compose.yaml up --detach
- name: Run e2e tests
run: yarn e2e
- name: Stop Grafana container
run: docker-compose --file compose.yaml down
run: docker compose --file compose.yaml down

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ea02829

Please sign in to comment.