Skip to content

Commit

Permalink
Wait for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Oct 31, 2023
1 parent b80c5ac commit 220464a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Wait for Docker image to be created
uses: lewagon/wait-on-check-action@v1.3.1
with:
ref: "${{ github.sha }}"
name: "build and deploy"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Dispatch E2E tests
uses: aurelien-baudet/workflow-dispatch@v2
id: workflow_dispatch
Expand Down

0 comments on commit 220464a

Please sign in to comment.