stateful / vscode-runme

DevOps Workflows Built with Markdown for VS Code
https://runme.dev
Apache License 2.0
182 stars 13 forks source link

Use native xvfb #1452

Closed peraltafederico closed 1 week ago

peraltafederico commented 1 week ago

Use native xvfb instead of coactions/setup-xvfb@v1 because it's failing for GH pipelines. See https://github.com/coactions/setup-xvfb/issues/19

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

pastuxso commented 1 week ago

@peraltafederico Unfortunately, Our Github Action lacks graceful termination, causing a false negative.

I favor this PR to avoid future confusion with false negatives with this GitHub Action.