Skip to content

Commit

Permalink
bump github-action-add-on (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev authored Jun 10, 2024
1 parent d335308 commit bb7365e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ on:
required: false
default: false

# This is required for "gautamkrishnar/keepalive-workflow"
# Required permissions for keep-alive, used by ddev/github-action-add-on-test
permissions:
contents: write
actions: write

jobs:
tests:
Expand All @@ -27,17 +27,12 @@ jobs:
fail-fast: false

runs-on: ubuntu-latest
env:
# Don't try interactive behaviors
DDEV_NONINTERACTIVE: "true"
# Don't send telemetry to amplitude
DDEV_NO_INSTRUMENTATION: "true"

steps:
- uses: ddev/github-action-add-on-test@v1
- 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 }}

0 comments on commit bb7365e

Please sign in to comment.