diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1d45f71..5a258e3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: CI: true # Build code and run as a prod server in the bg - run: npm run build - run: npx run start-prod & + - run: npx run start-prod & # Run nightwatch tests - run: npm run test:e2e env: