From 6041d3c28d359104e20d9bc908a3c19e161f7558 Mon Sep 17 00:00:00 2001 From: "martin@zeug.it" Date: Thu, 8 Feb 2024 10:34:32 +0000 Subject: [PATCH] add more --- .github/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo.yaml b/.github/workflows/demo.yaml index 55373f0..5c354f3 100644 --- a/.github/workflows/demo.yaml +++ b/.github/workflows/demo.yaml @@ -20,10 +20,10 @@ jobs: integration: runs-on: ubuntu-20.04 needs: test - continue-on-error:true steps: - run: echo "This is an integration step" - run: exit 1 + continue-on-error: true prod: runs-on: ubuntu-20.04