Skip to content

Commit

Permalink
added coactions/setup-xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
msivasubramaniaan committed May 28, 2024
1 parent 2237dcb commit e2890cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:

# Run tests
- name: Run Test
uses: GabrielBB/xvfb-action@fe2609f8182a9ed5aee7d53ff3ed04098a904df2 #v1.0
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
with:
run: yarn test

# Run UI tests
- name: Run UI Test
uses: GabrielBB/xvfb-action@86d97bde4a65fe9b290c0b3fb92c2c4ed0e5302d #v1.6
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
with:
run: yarn run ui-test
options: -screen 0 1920x1080x24
Expand Down

0 comments on commit e2890cf

Please sign in to comment.