From 77e6412295c969aced9580a8eca7ff05154a704b Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Wed, 27 Nov 2024 10:26:17 +0000 Subject: [PATCH] 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. --- .forgejo/workflows/end-to-end.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/end-to-end.yml b/.forgejo/workflows/end-to-end.yml index b460f1b..bb0348b 100644 --- a/.forgejo/workflows/end-to-end.yml +++ b/.forgejo/workflows/end-to-end.yml @@ -129,6 +129,7 @@ jobs: set -x full_version=$(./end-to-end.sh full_version ${{ matrix.info.version }} ${{ matrix.info.owner }}) 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 }}" - name: update documentation uses: https://code.forgejo.org/actions/cascading-pr@v2.1