From 1f350b8d75144ec7dce5ade445f9e8e5a1aaa3c8 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Thu, 23 Jan 2025 11:39:33 +0100 Subject: [PATCH] parallel in moreutils is not compatible --- .github/workflows/e2e.yml | 2 +- scripts/workflows/provision-darwin.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8d20b806ce..18c7b10c85 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -173,7 +173,7 @@ jobs: e2e/assets/playground_backend/.mops key: playground-backend-mops-${{ hashFiles('e2e/assets/playground_backend/mops.toml') }} - name: Run e2e test - run: timeout 2400 bats "e2e/$E2E_TEST" + run: timeout 2400 bats "e2e/$E2E_TEST" -j 4 ui_test: runs-on: ${{ matrix.os }} diff --git a/scripts/workflows/provision-darwin.sh b/scripts/workflows/provision-darwin.sh index 279c4cc1b1..5e6d84054e 100755 --- a/scripts/workflows/provision-darwin.sh +++ b/scripts/workflows/provision-darwin.sh @@ -4,9 +4,9 @@ set -ex export -# Install Bats + moreutils. -brew fetch --retry coreutils moreutils -brew install coreutils moreutils +# Install Bats +brew fetch --retry coreutils +brew install coreutils sponge parallel # Install Bats. if [ "$(uname -r)" = "19.6.0" ]; then