selenoid firefox to chrome

This commit is contained in:
2023-04-07 02:03:25 +03:00
parent dafada1260
commit 7c016c635e
18 changed files with 542 additions and 307 deletions

View File

@@ -23,13 +23,13 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.11.1'
python-version: '3.11.3'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install poetry
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.3.2"
POETRY_VERSION: "1.4.2"
run: |
curl -sSL "https://install.python-poetry.org" | python -
# Adding `poetry` to `$PATH`:

View File

@@ -23,13 +23,13 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.11.1'
python-version: '3.11.3'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install poetry
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.3.2"
POETRY_VERSION: "1.4.2"
run: |
curl -sSL "https://install.python-poetry.org" | python -
# Adding `poetry` to `$PATH`:
@@ -72,4 +72,4 @@ jobs:
run: |
poetry run poetry check
poetry run pip check
poetry run safety check --full-report
poetry run safety check --full-report && pip-audit