We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0282b5f commit 387b415Copy full SHA for 387b415
1 file changed
README.md
@@ -123,11 +123,13 @@ jobs:
123
steps:
124
- name: Checkout
125
uses: actions/checkout@v2
126
+
127
- name: Wait for the Netlify Preview
128
uses: jakepartusch/wait-for-netlify-action@v1.2
129
id: netlify
130
with:
131
site_name: 'your-netlify-site-name'
132
133
- name: WebPageTest
134
uses: WPO-Foundation/webpagetest-github-action@main
135
0 commit comments