We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4262c commit 8ddf328Copy full SHA for 8ddf328
.github/workflows/site.preview.yml
@@ -68,3 +68,11 @@ jobs:
68
ddev_config: |
69
additional_fqdns:
70
- 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