Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Signal on failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
pontus committed Jan 19, 2024
1 parent af1c113 commit 22ff283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/integration/tests/common/50_check_endpoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ if [[ $status = 0 ]]; then
echo "Files are the same"
else
echo "Files are different"
exit 1
fi

curl --cacert certs/ca.pem -H "Authorization: Bearer $token" "https://localhost:8443/files/urn:neic:001-002?startCoordinate=0&endCoordinate=2" --output test-part.txt
Expand Down

0 comments on commit 22ff283

Please sign in to comment.