We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09692e commit 15a1da0Copy full SHA for 15a1da0
1 file changed
.github/workflows/e2e_tests.yaml
@@ -107,7 +107,7 @@ jobs:
107
- run: echo ${{ secrets.GOOGLE_SERVICE_ACCOUNT_ENCODED }} | base64 --decode --ignore-garbage > /gcp/gcloud-service-key.json
108
- name: Check processes
109
run: ls -a
110
- - run: yarn --cwd frontend/ install
+ - run: yarn --cwd frontend/ install --network-timeout 600000
111
# - run: yarn --cwd frontend/ run cypress install
112
- run: yarn --cwd frontend/ build
113
# Populate DB
0 commit comments