File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments