Skip to content

Commit

Permalink
bump github-action-add-on (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev authored Jun 10, 2024
1 parent f4f22df commit 4b1f862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -29,7 +29,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
1 change: 1 addition & 0 deletions docker-compose.pdfreactor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
com.ddev.approot: $DDEV_APPROOT
volumes:
- ".:/mnt/ddev_config"
- "ddev-global-cache:/mnt/ddev-global-cache"
- "./pdfreactor:/ro/config"
external_links:
- "ddev-router:${DDEV_SITENAME}.${DDEV_TLD}"
Expand Down

0 comments on commit 4b1f862

Please sign in to comment.