Skip to content

Commit

Permalink
remove deprecated XVFB Github Action (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitsuman authored Mar 16, 2024
1 parent 0d022e9 commit bf229bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- run: npm install
- run: npm run build
- name: Run headless test
uses: GabrielBB/xvfb-action@86d97bde4a65fe9b290c0b3fb92c2c4ed0e5302d #v1.6
uses: coactions/setup-xvfb@v1
with:
run: npm test
- name: Run UI tests
if: runner.os == 'Linux'
uses: GabrielBB/xvfb-action@86d97bde4a65fe9b290c0b3fb92c2c4ed0e5302d #v1.6
uses: coactions/setup-xvfb@v1
with:
run: npm run base-ui-test
- name: Upload screenshots
Expand Down

0 comments on commit bf229bd

Please sign in to comment.