From f24d81a7c7e4f534181ea29164b3fe1da797bc99 Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Wed, 10 Jul 2024 22:51:36 -0400 Subject: [PATCH] test(cid): enable all image builds Signed-off-by: Cameron Smith --- .github/workflows/cid.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cid.yaml b/.github/workflows/cid.yaml index 21c3474dc..2e4871d36 100644 --- a/.github/workflows/cid.yaml +++ b/.github/workflows/cid.yaml @@ -364,7 +364,8 @@ jobs: with: debug_enabled: ${{ needs.set-variables.outputs.debug }} version: "" - images: '["pyrovelocity"]' + # images: '["pyrovelocity"]' + images: '["pyrovelocity","pyrovelocitydev","pyrovelocitycode","pyrovelocityjupyter"]' branch: ${{ needs.set-variables.outputs.checkout_ref }} revision: ${{ needs.set-variables.outputs.checkout_rev }} mode: ${{ needs.set-variables.outputs.mode }}