Skip to content

Commit

Permalink
chore(github-docker): Wait longer for starting of docker container
Browse files Browse the repository at this point in the history
Jobs do not seem to be reliant currently...
  • Loading branch information
kulla committed Nov 30, 2023
1 parent 6b0ba36 commit 2fe4f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Run the ${{ matrix.image }} docker image
run: yarn docker:run:${{ matrix.image }}
- name: Wait a little bit until the container was started
run: sleep 5
run: sleep 10
- name: Test the docker container ${{ matrix.image }}
run: yarn test:docker:${{ matrix.image }}

0 comments on commit 2fe4f75

Please sign in to comment.