Skip to content

Commit

Permalink
update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Aug 1, 2023
1 parent 9bf4724 commit 863ee83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Setup Plone ${{ matrix.plone }} with Python ${{ matrix.python }}
id: setup
uses: plone/setup-plone@v1.0.0
uses: plone/setup-plone@v2.0.0
with:
python-version: ${{ matrix.python }}
plone-version: ${{ matrix.plone }}
Expand All @@ -43,7 +43,7 @@ jobs:
make VENV=off lint
- name: Install Chromedriver
uses: nanasess/setup-chromedriver@v1
uses: nanasess/setup-chromedriver@v2

- name: Start Browser
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ on:
jobs:
qa:
uses: plone/meta/.github/workflows/qa.yml@main
test:
uses: plone/meta/.github/workflows/test.yml@main
coverage:
uses: plone/meta/.github/workflows/coverage.yml@main
dependencies:
uses: plone/meta/.github/workflows/dependencies.yml@main
release_ready:
Expand Down
8 changes: 8 additions & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ test_extras = """
geolocation
mosaic
"""

[github]
jobs = [
"qa",
"dependencies",
"release_ready",
"circular",
]

0 comments on commit 863ee83

Please sign in to comment.