We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b499a63 commit faec428Copy full SHA for faec428
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
args: http://localhost/ 200 30000 500
50
- name: Run tests
51
run: |
52
- cd frontend; npx cypress run --config baseUrl=http://localhost
+ cd frontend; npx cypress run --config baseUrl=http://localhost --env retries=2
53
- name: Measure carbon footprint
54
55
cd requirements
0 commit comments