Skip to content

Commit

Permalink
Spec file debugger 18
Browse files Browse the repository at this point in the history
  • Loading branch information
antowaddle committed Dec 18, 2024
1 parent 4846ba0 commit 17e612f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
exit 0
else
echo "Spec files for this container: $SPEC_FILES"
export CYPRESS_SPEC_PATTERN="$SPEC_FILES"
echo "Running Cypress with spec pattern: ${CYPRESS_SPEC_PATTERN}"
cd frontend && CYPRESS_SPEC_PATTERN="$SPEC_FILES" npm run test:cypress-ci
cd frontend && npm run test:cypress-ci
fi

0 comments on commit 17e612f

Please sign in to comment.