Skip to content

Commit

Permalink
ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Nov 13, 2023
1 parent cfab29f commit 6b3a832
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
config:
- ["plone52-py27", "plone/test-with-tox:5.2-2.7"]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ${{ matrix.config[1] }}
name: ${{ matrix.config[0] }}
Expand All @@ -29,7 +29,7 @@ jobs:
- ["3.10", "plone60-py310"]
- ["3.11", "plone60-py311"]
name: ${{ matrix.config[1] }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ setenv =
commands =
{envbindir}/instance run startup.py
{envbindir}/pytest
{envbindir}/pytest -k "robot and not image2"
{envbindir}/pytest -k "robot and image2"
{envbindir}/pytest -k "robot"
# {envbindir}/pytest -k "robot and not image2"
# {envbindir}/pytest -k "robot and image2"
# py27: {envbindir}/pytest -v -k "upgrade"

0 comments on commit 6b3a832

Please sign in to comment.