Move netlify-wait-for-build into github/actions folder (#1222)

This script is only used for the github e2e tests so doesn't need to be
inside /bin
This commit is contained in:
Shazib Hussain
2023-06-28 22:10:10 +01:00
committed by GitHub
parent 09d624c24b
commit 59a1c38d34
3 changed files with 7 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ jobs:
env:
COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./bin/netlify-wait-for-build
run: ./.github/actions/netlify-wait-for-build
- name: Run E2E Tests on Netlify URL
run: yarn e2e
env:

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [Shazib]
---
Tidy up github action scripts