Skip to content

Commit

Permalink
added sleep for 15 seconds to GitHub Actions build in all packages to…
Browse files Browse the repository at this point in the history
… ensure that split packages are already promoted to packagist.org
  • Loading branch information
TomasLudvik committed Jun 18, 2024
1 parent 05541ef commit a9cff7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-checks-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
name: Run checks and tests
runs-on: ubuntu-22.04
steps:
- name: Sleep for 15 seconds to ensure that split packages has been promoted to packagist.org
run: sleep 15s
shell: bash
- name: GIT checkout branch - ${{ github.ref }}
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a9cff7c

Please sign in to comment.