Skip to content

Commit

Permalink
add NODE_OPTIONS for openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Oct 23, 2023
1 parent b9dfb9a commit f33271f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion labware-library/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ serve: all
# end to end tests
.PHONY: test-e2e
test-e2e:
concurrently --no-color --kill-others --success first --names "labware-library-server,labware-library-tests" \
NODE_OPTIONS=--openssl-legacy-provider concurrently --no-color --kill-others --success first --names "labware-library-server,labware-library-tests" \
"$(MAKE) dev CYPRESS=1 GTM_ID=''" \
"wait-on http://localhost:8080/ && cypress run --browser chrome --headless --record false"
2 changes: 1 addition & 1 deletion protocol-designer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ serve: all
# end to end tests
.PHONY: test-e2e
test-e2e:
concurrently --no-color --kill-others --success first --names "protocol-designer-server,protocol-designer-tests" \
NODE_OPTIONS=--openssl-legacy-provider concurrently --no-color --kill-others --success first --names "protocol-designer-server,protocol-designer-tests" \
"$(MAKE) dev CYPRESS=1" \
"wait-on http://localhost:8080/ && cypress run --browser chrome --headless --record false"

0 comments on commit f33271f

Please sign in to comment.