init
This commit is contained in:
parent
c9e377ce24
commit
9b03c10c68
@ -9,10 +9,10 @@ spec:
|
||||
description: Subdirectory within the workspace where the tests are located
|
||||
default: ""
|
||||
|
||||
- name: playwright-python-version
|
||||
- name: playwright-python-image
|
||||
type: string
|
||||
description: Python version to use (e.g., v1.42.0-jammy)
|
||||
default: "v1.42.0-jammy"
|
||||
description: Playwright Python image
|
||||
default: "mcr.microsoft.com/playwright/python:v1.42.0-jammy"
|
||||
|
||||
- name: pypi-username
|
||||
type: string
|
||||
@ -38,7 +38,7 @@ spec:
|
||||
|
||||
steps:
|
||||
- name: install-dependencies
|
||||
image: mcr.microsoft.com/playwright/python:$(playwright-python-version)
|
||||
image: $(params.playwright-python-image)
|
||||
workingDir: /workspace/source
|
||||
script: |
|
||||
#!/usr/bin/env bash
|
||||
@ -104,3 +104,4 @@ spec:
|
||||
fi
|
||||
|
||||
exit $TEST_EXIT_CODE
|
||||
|
Loading…
x
Reference in New Issue
Block a user