Skip to content

Commit

Permalink
refine fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 committed Sep 23, 2024
1 parent 87d14d3 commit c510161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
# Step 4: Run the ZIO HTTP server from conformance/Server.scala
- name: Run ZIO HTTP server
run: |
sbt "runMain conformance.Server" & # Start the server defined in conformance/Server.scala
sleep 10 # Wait for the server to start
sbt "project zioHttpExample" "runMain example.HelloWorld" &
sleep 10
- name: Make curl Request to ZIO HTTP Server
run: |
Expand Down

0 comments on commit c510161

Please sign in to comment.