Skip to content

Commit

Permalink
Update docker_run_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekCrannaford authored Oct 4, 2024
1 parent 2811831 commit 36bc68e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/docker_run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,11 @@ if [ ! -z $TEST_NODE_VERSION ]; then
fi

cd /cmfive-boilerplate/test/playwright

ls -lah
npm i
npm run build
ls src -lah

# Run the tests, recommended 1 worker for Playwright for memory usage
export WORKERS=1
Expand Down

0 comments on commit 36bc68e

Please sign in to comment.