From a9cff7c3f37685890a7867c0c8b856f43142b6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Ludvik?= Date: Thu, 13 Jun 2024 12:39:26 +0200 Subject: [PATCH] added sleep for 15 seconds to GitHub Actions build in all packages to ensure that split packages are already promoted to packagist.org --- .github/workflows/run-checks-tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-checks-tests.yaml b/.github/workflows/run-checks-tests.yaml index 00fc28891..93d242254 100644 --- a/.github/workflows/run-checks-tests.yaml +++ b/.github/workflows/run-checks-tests.yaml @@ -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: