Skip to content

Commit

Permalink
revert formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brojd committed Nov 17, 2023
1 parent 438aab5 commit d5c90e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: e2e tests
'on':
"on":
workflow_call:
inputs:
grafana-image-tag:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d5c90e5

Please sign in to comment.