From 8c2425f6f1e1e75514ac4b4cf158455d88051c14 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 17 Dec 2024 15:16:26 -0800 Subject: [PATCH] Added start command step. Signed-off-by: AWSHurneyt --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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