setup-xvfb icon indicating copy to clipboard operation
setup-xvfb copied to clipboard

This action is no longer needed, GitHub Actions (ubuntu) ships with xvfb

Open fregante opened this issue 1 year ago • 6 comments

See at the bottom of: https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md

And a successful run at https://github.com/fregante/text-field-edit/actions/runs/6107546540/workflow#L28

I'd probably add a notice to the repo and/or deprecate it.

fregante avatar Sep 07 '23 09:09 fregante

Thanks for linking the documentation. It was believed that this installation could have been an accident or some form of experimentation. We couldn't find a documentation noting XVFB officially so we continued to use the action. ✅ Support

zm-cttae avatar Sep 28 '23 07:09 zm-cttae

Here's an updated link https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md

bobbyg603 avatar Nov 26 '23 18:11 bobbyg603

This action works on all OS, while the GA one works only on Linux

mmomtchev avatar Jan 27 '24 15:01 mmomtchev

This action works on all OS, while the GA one works only on Linux

      - if: startsWith(matrix.os, 'ubuntu')
        run: xvfb-run npm test
      - if: "!startsWith(matrix.os, 'ubuntu')"
        run: npm test

cclauss avatar Mar 26 '24 23:03 cclauss

  • See: https://github.com/coactions/setup-xvfb/pull/30

fregante avatar Mar 27 '24 04:03 fregante