Skip to content

Commit d2195d3

Browse files
Update e2e_tests.yaml
1 parent 99fa680 commit d2195d3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ jobs:
108108
- name: Check processes
109109
run: ls -a
110110
- run: yarn --cwd frontend/ install
111-
# - run: yarn --cwd frontend/ run cypress install
112-
- run: yarn --cwd frontend/ build
111+
- run: NODE_OPTIONS=--openssl-legacy-provider yarn --cwd frontend/ build
113112
# Populate DB
114113
- run: cd default/play_and_scripts/scripts; python3 setup_database_e2e_tests.py
115114
- name: "UI Tests - Chrome"

0 commit comments

Comments
 (0)