Skip to content

Commit f70e822

Browse files
authored
feat(playwright)!: remove version and image arguments (#507)
1 parent e3f1779 commit f70e822

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/playwright-docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ jobs:
152152
docker compose --profile playwright ${DOCKER_COMPOSE_FILE:+-f "$DOCKER_COMPOSE_FILE"} up playwright --exit-code-from playwright
153153
env:
154154
DOCKER_COMPOSE_FILE: ${{ inputs.grafana-compose-file }}
155-
GRAFANA_VERSION: ${{ matrix.GRAFANA_IMAGE.VERSION }}
156-
GRAFANA_IMAGE: ${{ matrix.GRAFANA_IMAGE.NAME }}
157155

158156
- name: Upload artifacts
159157
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0

.github/workflows/playwright.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ jobs:
244244
run: ${{ steps.package-manager.outputs.execLocalCmd }} playwright test --config "${PLAYWRIGHT_CONFIG}"
245245
env:
246246
PLAYWRIGHT_CONFIG: ${{ inputs.playwright-config }}
247-
GRAFANA_VERSION: ${{ matrix.GRAFANA_IMAGE.VERSION }}
248-
GRAFANA_IMAGE: ${{ matrix.GRAFANA_IMAGE.NAME }}
249247
working-directory: ${{ inputs.plugin-directory }}
250248

251249
- name: Upload artifacts

0 commit comments

Comments
 (0)