Skip to content

Commit

Permalink
update compose commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Sep 16, 2024
1 parent fc775ee commit fdec3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ jobs:
- name: Start grafana docker
if: steps.check-for-e2e.outputs.has-e2e == 'true'
run: docker-compose up -d
run: docker compose up -d

- name: Run e2e tests
if: steps.check-for-e2e.outputs.has-e2e == 'true'
run: npm run e2e

- name: Stop grafana docker
if: steps.check-for-e2e.outputs.has-e2e == 'true'
run: docker-compose down
run: docker compose down

- name: Archive E2E output
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fdec3fe

Please sign in to comment.