Skip to content

Commit

Permalink
Move netlify-wait-for-build into github/actions folder (#1222)
Browse files Browse the repository at this point in the history
This script is only used for the github e2e tests so doesn't need to be
inside /bin
  • Loading branch information
Shazib authored Jun 28, 2023
1 parent 09d624c commit 59a1c38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1222.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [Shazib]
---

Tidy up github action scripts

0 comments on commit 59a1c38

Please sign in to comment.