From 4191d638a45efce0ae5a5e678e46ed2b641975e1 Mon Sep 17 00:00:00 2001 From: Anthony Lukach Date: Fri, 28 Jun 2024 13:32:05 -0700 Subject: [PATCH] Rm error simulation --- .github/workflows/cicd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b20efbb..0ed7170 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -27,7 +27,6 @@ jobs: - name: Run tests run: | echo "Mock testing..." - exit 1 # Simulate a failing test deploy-to-staging: needs: test