You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/run-cypress-tests/action.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,8 @@ runs:
131
131
command: yarn run cypress run --config-file cypress.config.js
132
132
wait-on: 'http://localhost:5601'
133
133
browser: chrome
134
+
env:
135
+
NODE_OPTIONS: '--expose-gc'
134
136
- name: Cypress tests
135
137
uses: cypress-io/github-action@v5
136
138
if: ${{ inputs.with-security == 'true' }}
@@ -139,6 +141,8 @@ runs:
139
141
command: yarn run cypress run --config-file cypress.config.js --env SECURITY_ENABLED=true,openSearchUrl=https://localhost:9200,WAIT_FOR_LOADER_BUFFER_MS=500
140
142
wait-on: 'http://localhost:5601'
141
143
browser: chrome
144
+
env:
145
+
NODE_OPTIONS: '--expose-gc'
142
146
# Screenshots are only captured on failure, will change this once we do visual regression tests
0 commit comments