fix: workflow

This commit is contained in:
Jayden Pyles
2025-06-08 14:50:16 -05:00
parent e3359daa1e
commit f1fca2a0ba
2 changed files with 5 additions and 2 deletions

View File

@@ -73,5 +73,9 @@ runs:
- name: Run Cypress tests
shell: bash
run: npm run cy:run
run: |
npm run cy:run
status=$?
echo "Cypress exit code: $status"
exit $status

View File

@@ -18,7 +18,6 @@ jobs:
uses: ./.github/actions/run-cypress-tests
with:
openai_key: ${{ secrets.openai_key }}
continue-on-error: true
- name: Check container logs on failure
if: steps.run-tests.conclusion == 'failure'