From d5c90e5d79be2c1fe041dd80d921f6ed93143ef8 Mon Sep 17 00:00:00 2001 From: Dominik Date: Fri, 17 Nov 2023 13:00:10 +0100 Subject: [PATCH] revert formatting --- .github/workflows/e2e-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 6cea628641..99b96e0e96 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -1,5 +1,5 @@ name: e2e tests -'on': +"on": workflow_call: inputs: grafana-image-tag: @@ -32,7 +32,7 @@ jobs: # the oncall backend, and hence, flaky tests. Let's use CI runners w/ more resources to avoid this (plus # this will allow us to run more backend containers and parralelize the tests) runs-on: ubuntu-latest-8-cores - name: 'Grafana: ${{ inputs.grafana-image-tag }}' + name: "Grafana: ${{ inputs.grafana-image-tag }}"" steps: - name: Checkout uses: actions/checkout@v3 @@ -52,7 +52,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18.16.0 - cache: 'yarn' + cache: "yarn" cache-dependency-path: grafana-plugin/yarn.lock - name: Use cached frontend dependencies @@ -121,7 +121,7 @@ jobs: id: playwright-cache uses: actions/cache@v3 with: - path: '~/.cache/ms-playwright' + path: "~/.cache/ms-playwright" key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}-chromium-firefox-webkit # For the next two steps, use the binary directly from node_modules/.bin as opposed to npx playwright