set network concurrency to 1 to fix github ci

This commit is contained in:
dennis.ludwig
2021-07-02 15:47:22 +02:00
parent 887072b6bc
commit f6433a82b3

View File

@@ -15,7 +15,7 @@ jobs:
node-version: '16' node-version: '16'
- run: yarn cache clean --force - run: yarn cache clean --force
- run: rm -rf node_modules/ - 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 - run: PUBLIC_URL=/techradar yarn build:static
- uses: jakejarvis/s3-sync-action@master - uses: jakejarvis/s3-sync-action@master
with: with: