Skip to content

Commit

Permalink
bind mount web-test-runner config for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
giamir committed Jul 19, 2023
1 parent 477769c commit 1684d51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run-test-visual.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ RUN npm ci
EOF
)

docker run -it --rm -p 8000:8000 \
docker run -it --tty --rm -p 8000:8000 \
-v $current_dir/lib:/app/lib \
-v $current_dir/screenshots:/app/screenshots \
-v $current_dir/web-test-runner.config.mjs:/app/web-test-runner.config.mjs \
-v $current_dir/web-test-runner.config.ci.mjs:/app/web-test-runner.config.ci.mjs \
-v $current_dir/web-dev-server-patches.mjs:/app/web-dev-server-patches.mjs \
$image_hash "$@"

0 comments on commit 1684d51

Please sign in to comment.