diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a7bf04..bfb21a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,6 +27,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Show contexts @@ -63,6 +64,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Show contexts @@ -105,6 +107,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Show contexts @@ -147,6 +150,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Show contexts