Skip to content

Commit

Permalink
[Test] Fix Smoke Test test-skyserve-fast-update (#3956)
Browse files Browse the repository at this point in the history
* init

* add newline
  • Loading branch information
cblmemo authored Sep 19, 2024
1 parent e558ec2 commit 3871de9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/skyserve/update/bump_version_after.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ setup: |
run: |
cd skypilot/examples/serve/http_server
python3 server.py
python3 server.py --port 8081
3 changes: 2 additions & 1 deletion tests/skyserve/update/bump_version_before.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ setup: |
run: |
cd skypilot/examples/serve/http_server
python3 server.py
python3 server.py --port 8081

0 comments on commit 3871de9

Please sign in to comment.