Skip to content

Commit

Permalink
Spec file debugger 4
Browse files Browse the repository at this point in the history
  • Loading branch information
antowaddle committed Dec 18, 2024
1 parent 1b06a58 commit 434750c
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 @@ -61,7 +61,7 @@ jobs:
echo "No spec files found for container $CONTAINER_INDEX. Skipping Cypress tests."
exit 0
else
echo "Spec Files for this container: $SPEC_FILES"
echo "Spec files for this container- $SPEC_FILES"
cd ./frontend && npm run test:cypress-ci -- --headless --no-sandbox --spec "$SPEC_FILES"
fi
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 434750c

Please sign in to comment.