Skip to content

Commit

Permalink
Add debug curl call to check that web server is working
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Sep 27, 2024
1 parent 669c060 commit 3669e73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/typesense-scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
options: "-d -p 80:80"
- name: Populate web server
run: docker cp ${{ inputs.relative_path }} nginx:/usr/share/nginx/html
- name: test web server
run: curl http://localhost:80/index.html
- name: Prepare config
run: |
sed -i "s/\$TYPESENSE_INDEX_NAME/${{ inputs.version }}/g" config/typesense-scraper-config.json
Expand Down

0 comments on commit 3669e73

Please sign in to comment.