We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fa680 commit d2195d3Copy full SHA for d2195d3
1 file changed
.github/workflows/e2e_tests.yaml
@@ -108,8 +108,7 @@ jobs:
108
- name: Check processes
109
run: ls -a
110
- run: yarn --cwd frontend/ install
111
- # - run: yarn --cwd frontend/ run cypress install
112
- - run: yarn --cwd frontend/ build
+ - run: NODE_OPTIONS=--openssl-legacy-provider yarn --cwd frontend/ build
113
# Populate DB
114
- run: cd default/play_and_scripts/scripts; python3 setup_database_e2e_tests.py
115
- name: "UI Tests - Chrome"
0 commit comments