diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 580de8a..71c0572 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,14 +5,19 @@ on: branches: [ main ] schedule: - - cron: '25 07 * * *' + - cron: '25 08 * * *' workflow_dispatch: inputs: debug_enabled: - description: 'Debug with tmate set "debug_enabled"' + type: boolean + description: Debug with tmate required: false - default: "false" + default: false + +# This is required for "gautamkrishnar/keepalive-workflow", see "ddev/github-action-add-on-test" +permissions: + actions: write jobs: tests: @@ -21,13 +26,13 @@ jobs: ddev_version: [stable, HEAD] fail-fast: false - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - - uses: ddev/github-action-add-on-test@v0 - with: - ddev_version: ${{ matrix.ddev_version }} - token: ${{ secrets.GITHUB_TOKEN }} - debug_enabled: ${{ github.event.inputs.debug_enabled }} - addon_repository: ${{ env.GITHUB_REPOSITORY }} - addon_ref: ${{ env.GITHUB_REF }} + - uses: ddev/github-action-add-on-test@v2 + with: + ddev_version: ${{ matrix.ddev_version }} + token: ${{ secrets.GITHUB_TOKEN }} + debug_enabled: ${{ github.event.inputs.debug_enabled }} + addon_repository: ${{ env.GITHUB_REPOSITORY }} + addon_ref: ${{ env.GITHUB_REF }} diff --git a/README.md b/README.md index ffb1035..db08036 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![tests](https://github.com/ddev/ddev-elasticsearch/actions/workflows/tests.yml/badge.svg)](https://github.com/ddev/ddev-elasticsearch/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg) +[![tests](https://github.com/ddev/ddev-elasticsearch/actions/workflows/tests.yml/badge.svg)](https://github.com/ddev/ddev-elasticsearch/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2025.svg) ## Installation