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 8d59a60 commit b7fac57
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 @@ -17,7 +17,7 @@ on:
default: false

permissions:
contents: write
actions: write

jobs:
tests:
Expand All @@ -31,7 +31,7 @@ jobs:

steps:

- uses: ddev/ddev-add-on-test@v1
- uses: ddev/ddev-add-on-test@v2
with:
ddev_version: ${{ matrix.ddev_version }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b7fac57

Please sign in to comment.