Skip to content

Commit

Permalink
ci: Update E2E command for latest ubuntu runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Dec 10, 2024
1 parent 1df7cd7 commit 3396a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [ -z "$PDF_FOLDER" ]; then
else
cd $PDF_FOLDER
fi
PORT=3002 npm start &
PORT=3002 OPENSSL_CONF=/dev/null npm start &
PDF_PID=$!
cd -

Expand Down

0 comments on commit 3396a7b

Please sign in to comment.