Skip to content

Commit 8ddf328

Browse files
committed
Add run tests step.
1 parent cc4262c commit 8ddf328

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/site.preview.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,11 @@ jobs:
6868
ddev_config: |
6969
additional_fqdns:
7070
- admin.pr${{ github.event.number }}.sites.thinkdrop.net
71+
72+
test-site:
73+
name: Run tests
74+
runs-on: github.actions.runner.${{ github.run_id }}
75+
steps:
76+
- name: Check homepage
77+
run: |
78+
curl -s http://pr${{ github.event.number }}.sites.thinkdrop.net

0 commit comments

Comments
 (0)