From 105b286b37ee85edc51595472f9fdb657532ad15 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Thu, 4 Jul 2024 00:50:41 +0000 Subject: [PATCH] fix: crzy dev, not use this, certs in tests/certs dir for https deploy e2e server --- .github/workflows/node-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 34dfd5d3..8b75b7e1 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -34,12 +34,10 @@ jobs: run: npm run e2e:install - name: Serve the build directory - run: npx http-server ./dist -p 8080 & - # Adjust "./build" to your build output directory + run: npx http-server ./dist -p 8080 --ssl --cert ./tests/certs/cert.pem --key ./tests/certs/key.pem & # - name: Run e2e tests # run: npm run e2e:tests - name: Run e2e tests run: npm run e2e:tests:ci - # Ensure your e2e tests can accept a baseUrl parameter