Skip to content

Commit

Permalink
Spec file debugger 9
Browse files Browse the repository at this point in the history
  • Loading branch information
antowaddle committed Dec 18, 2024
1 parent fa3a968 commit 9d2490a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
exit 0
else
echo "Spec files for this container- $SPEC_FILES"
cd ./frontend && npm run test:cypress-ci -- --headless --no-sandbox --spec "$SPEC_FILES"
cd ./frontend && SPEC_FILES="$SPEC_FILES" npm run test:cypress-ci
fi

0 comments on commit 9d2490a

Please sign in to comment.