Skip to content

Commit

Permalink
update config with xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
dualcnhq committed May 13, 2024
1 parent 5dfcf78 commit 3652c47
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/call-run-individual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@ jobs:
node-version: 20
cache: 'npm'

- name: Install jq
run: sudo apt-get install jq -y
# - name: Install jq
# run: sudo apt-get install jq -y

- name: Install dependencies
run: npm ci
uses: coactions/setup-xvfb@v1
with:
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install --with-deps
uses: coactions/setup-xvfb@v1
with:
run: npx playwright install --with-deps

- name: Run about tests
if: always()
Expand Down

0 comments on commit 3652c47

Please sign in to comment.