GabrielBB / xvfb-action

Run your tests headlessly ❌🖥️
https://github.com/marketplace/actions/gabrielbb-xvfb-action
MIT License
140 stars 20 forks source link

Fix working directory #9

Closed uozuAho closed 4 years ago

uozuAho commented 4 years ago

Fixes #8

Before this fix:

...
/usr/bin/xvfb-run --auto-servernum pwd ./node_modules
/bin/bash /home/runner/work/xvfb-action/xvfb-action/cleanup.sh
No xvfb processes to kill
/home/runner/work/xvfb-action/xvfb-action

https://github.com/uozuAho/xvfb-action/runs/701550821?check_suite_focus=true#step:4:11

After this fix

...
/usr/bin/xvfb-run --auto-servernum pwd
/bin/bash /home/runner/work/xvfb-action/xvfb-action/cleanup.sh
No xvfb processes to kill
/home/runner/work/xvfb-action/xvfb-action/node_modules

https://github.com/uozuAho/xvfb-action/runs/701552932?check_suite_focus=true#step:4:11

GabrielBB commented 4 years ago

@uozuAho Thanks!! I never saw notification for this PR, I would've merged immediately

GabrielBB commented 4 years ago

Published as v1.4