Skip to content

Commit

Permalink
test:cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyumc committed Jul 9, 2024
1 parent 6233a5b commit d63847b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/CD When Commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:
echo "Waiting for services to be up..."
sleep 6
# - name: Run tests
# run: |
# curl -f http://localhost:3000
# curl -f http://localhost:3000/posts/1
# curl -f http://localhost:3000/archive
# curl -f http://localhost:3000/about
#
# curl -f http://localhost:8000/api/posts/
# curl -f http://localhost:8000/admin/
- name: Run tests
run: |
curl -f http://localhost:3000
curl -f http://localhost:3000/posts/1
curl -f http://localhost:3000/archive
curl -f http://localhost:3000/about
curl -f http://localhost:8000/api/posts/
curl -f http://localhost:8000/admin/

# 构建并推送多架构后端服务镜像
Expand Down

0 comments on commit d63847b

Please sign in to comment.