mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-11-25 02:26:37 +00:00
fix: workflow
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
1
.github/workflows/cypress-tests.yml
vendored
1
.github/workflows/cypress-tests.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user