Skip to content

Commit

Permalink
ci(test): Use github-action-add-on-test@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Mar 15, 2024
1 parent 1904848 commit 081108c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

# This is required for "gautamkrishnar/keepalive-workflow"
permissions:
contents: write
actions: write

jobs:
tests:
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest

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 }}
Expand Down

0 comments on commit 081108c

Please sign in to comment.