From f6433a82b304b5b418d128cd8732295180f2fdeb Mon Sep 17 00:00:00 2001 From: "dennis.ludwig" Date: Fri, 2 Jul 2021 15:47:22 +0200 Subject: [PATCH] set network concurrency to 1 to fix github ci --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e1b64f..5c949a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: node-version: '16' - run: yarn cache clean --force - run: rm -rf node_modules/ - - run: yarn --frozen-lockfile --network-timeout 100000 + - run: yarn --frozen-lockfile --network-timeout 100000 --network-concurrency 1 - run: PUBLIC_URL=/techradar yarn build:static - uses: jakejarvis/s3-sync-action@master with: