Skip to content

Commit

Permalink
Merge pull request #154 from embrace-io/vitaliyf/EMB-15018-docker-com…
Browse files Browse the repository at this point in the history
…pose-v2

EMB-15018 - Use "docker compose" syntax, since docker-compose is deprecated.
  • Loading branch information
vitaliyf authored Apr 15, 2024
2 parents 42b2abd + ea02829 commit cefb4f1
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 cefb4f1

Please sign in to comment.