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