Skip to content

Commit

Permalink
Update cypress-e2e-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
funtigr authored May 16, 2024
1 parent dc71a22 commit 89bfab2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cypress-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
node_modules/.bin/wait-on http://localhost:3000 --timeout 120000
- name: Test DB Availability
run: curl -X GET http://localhost:3000/api/private-cloud/products
run: |
response=$(curl -s http://localhost:3000/api/private-cloud/products)
echo "Response: $response"
# - name: Cypress run
# run: |
Expand Down

0 comments on commit 89bfab2

Please sign in to comment.