Skip to content

Commit

Permalink
Improve startup test verbosity
Browse files Browse the repository at this point in the history
Quickfix
  • Loading branch information
monsieurswag committed Dec 3, 2024
1 parent c877852 commit adeca33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/startup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
working-directory: ${{ env.frontend-directory }}
run: |
response=$(curl -d "[email protected]&password=1234" -H "Origin: https://localhost:8443" https://localhost:8443/login\?/login -k)
echo "$response"
server_reponse='{"type":"redirect","status":302,"location":"/?refresh=1"}'
if [[ "$response" == "$server_reponse" ]]; then
echo "Success"
Expand Down Expand Up @@ -266,6 +267,7 @@ jobs:
working-directory: ${{ env.frontend-directory }}
run: |
response=$(curl -d "[email protected]&password=1234" -H "Origin: https://localhost:8443" https://localhost:8443/login\?/login -k)
echo "$response"
server_reponse='{"type":"redirect","status":302,"location":"/?refresh=1"}'
if [[ "$response" == "$server_reponse" ]]; then
echo "Success"
Expand Down

0 comments on commit adeca33

Please sign in to comment.