fix(actions): documentation update matrix needs prepare_dockerd

It runs all actions tests to collect artefacts relevant to the
documentation and has the same dependencies as running the actions
tests in a pull request.
This commit is contained in:
Earl Warren 2024-11-27 10:26:17 +00:00
parent acb860ef24
commit 77e6412295
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -129,6 +129,7 @@ jobs:
set -x set -x
full_version=$(./end-to-end.sh full_version ${{ matrix.info.version }} ${{ matrix.info.owner }}) full_version=$(./end-to-end.sh full_version ${{ matrix.info.version }} ${{ matrix.info.owner }})
echo value="$full_version" >> $GITHUB_OUTPUT echo value="$full_version" >> $GITHUB_OUTPUT
- run: ./end-to-end.sh prepare_dockerd
- run: su forgejo -c "./end-to-end.sh test_actions ${{ matrix.info.version }}" - run: su forgejo -c "./end-to-end.sh test_actions ${{ matrix.info.version }}"
- name: update documentation - name: update documentation
uses: https://code.forgejo.org/actions/cascading-pr@v2.1 uses: https://code.forgejo.org/actions/cascading-pr@v2.1