Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
susmitamane authored Jun 24, 2024
1 parent 8e1dfbd commit d8582c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: solara run myapp.app&

- name: Curl server response
run: curl --head -X GET --retry 35 --retry-connrefused --retry-delay 5 http://localhost:8765
run: curl --head --retry 35 --retry-connrefused --retry-delay 5 http://localhost:8765

test-two:
runs-on: macos-latest
Expand Down

0 comments on commit d8582c1

Please sign in to comment.