Skip to content

Commit bd942a3

Browse files
committed
Check homepage.
1 parent da7cc39 commit bd942a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/site.preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ jobs:
7474
needs: create-site
7575
runs-on: github.actions.runner.${{ github.run_id }}
7676
steps:
77-
- name: Check homepage
77+
- name: Check homepage for Hello World.
7878
run: |
7979
curl -s https://github-runner.ddev.site
80+
curl -s https://github-runner.ddev.site | grep "Hello World!"
8081
# Not writing ddev config yet.
8182
# curl -s http://pr${{ github.event.number }}.sites.thinkdrop.net

0 commit comments

Comments
 (0)