diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3a6f134..a5f5bd25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,9 @@ jobs: options: --user ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }} steps: + - name: Run start commands + run: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-command }} + - name: Checkout uses: actions/checkout@v4