diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a016b2e8..1dd97396 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -57,8 +57,8 @@ jobs: - name: Start Grafana run: | - docker-compose pull - GRAFANA_VERSION=${{ matrix.GRAFANA_IMAGE.VERSION }} GRAFANA_IMAGE=${{ matrix.GRAFANA_IMAGE.NAME }} docker-compose up -d + docker compose pull + GRAFANA_VERSION=${{ matrix.GRAFANA_IMAGE.VERSION }} GRAFANA_IMAGE=${{ matrix.GRAFANA_IMAGE.NAME }} docker compose up -d - name: Wait for Grafana to start uses: nev7n/wait_for_response@v1 diff --git a/cspell.config.json b/cspell.config.json index f03521f0..27887b38 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -70,6 +70,7 @@ "eslintcache", "lefthook", "ssjagad", - "jackspeak" + "jackspeak", + "nvmrc" ] }