Skip to content

Commit

Permalink
Update cypress-ci-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ariperez committed Oct 18, 2023
1 parent 0810681 commit d520c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/cypress-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ set -x
# This runs the Cypress test suites with some additional functionality for CI.

repo_root="$(git rev-parse --show-toplevel)"
pushd "${repo_root}" > /dev/null
pushd "${repo_root}" >/dev/null

./tests/scripts/cypress-tests.sh "${@}"
exit_code=$?
node tests/report_cypress_accessibility_errors.js

popd > /dev/null
popd >/dev/null

exit "${exit_code}"

0 comments on commit d520c78

Please sign in to comment.