Skip to content

Commit

Permalink
add xvfb-run
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed Jan 9, 2025
1 parent 3d9df1b commit 272661b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ jobs:
- name: Start Xvfb
run: Xvfb :99 & export DISPLAY=:99
- name: Run playwright e2e tests
run: yarn run pw:run ${{ inputs.playwright_spec_param }}
run: xvfb-run -a -- yarn run pw:run ${{ inputs.playwright_spec_param }}
shell: bash
- name: Upload bundle
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 272661b

Please sign in to comment.