Skip to content

Commit

Permalink
ci: upgrade docker command in ubuntu, view actions/runner-images#9692
Browse files Browse the repository at this point in the history
  • Loading branch information
dengbo committed Sep 5, 2024
1 parent 35634f0 commit b134297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: yarn e2e

- name: Stop grafana docker
run: docker-compose down
run: docker compose down

- name: Check for backend
id: check-for-backend
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:fix": "yarn lint --fix",
"e2e": "yarn cypress install && yarn grafana-e2e run",
"e2e:update": "yarn cypress install && yarn grafana-e2e run --update-screenshots",
"server": "docker-compose up --build",
"server": "docker compose up --build",
"sign": "npx --yes @grafana/sign-plugin"
},
"author": "Grafana",
Expand Down

0 comments on commit b134297

Please sign in to comment.