From 863ee83cbc806e0c51c3099ecf0700b15b1fb8b1 Mon Sep 17 00:00:00 2001 From: Peter Mathis Date: Tue, 1 Aug 2023 14:33:20 +0200 Subject: [PATCH] update GHA --- .github/workflows/main.yml | 4 ++-- .github/workflows/meta.yml | 4 ---- .meta.toml | 8 ++++++++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 447fb79e..b5b50eb2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} @@ -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: | diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml index 39a164d7..e055fa7a 100644 --- a/.github/workflows/meta.yml +++ b/.github/workflows/meta.yml @@ -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: diff --git a/.meta.toml b/.meta.toml index 7c68188e..e6aaeeab 100644 --- a/.meta.toml +++ b/.meta.toml @@ -27,3 +27,11 @@ test_extras = """ geolocation mosaic """ + +[github] +jobs = [ + "qa", + "dependencies", + "release_ready", + "circular", + ]