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:
parent
acb860ef24
commit
77e6412295
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue