Skip to content

Commit

Permalink
ci(*): Use ddev test action 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 10, 2023
1 parent 2b67ca0 commit 799dc65
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/tests-with-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: julienloizelet/ddev-add-on-test-init@v0.1.0
- uses: julienloizelet/ddev-add-on-test@v0.2.0
with:
ddev_version: ${{ matrix.ddev_version }}

- name: tmate debugging session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
github-token: ${{ secrets.GITHUB_TOKEN }}
if: github.event.inputs.debug_enabled == 'true'

- name: tests
run: bats tests
token: ${{ secrets.GITHUB_TOKEN }}
debug_enabled: ${{ github.event.inputs.debug_enabled }}

# keepalive-workflow adds a dummy commit if there's no other action here, keeps
# GitHub from turning off tests after 60 days
Expand Down

0 comments on commit 799dc65

Please sign in to comment.