Skip to content

Commit

Permalink
publish: added display settings (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey28 authored Oct 10, 2023
1 parent 3f08142 commit cc5e145
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ jobs:
if: ${{ !github.event.release.draft }}
runs-on: ubuntu-latest
environment: release
env:
DISPLAY: ':99.0'
steps:
- run: |
sudo apt install fluxbox
Xvfb :99.0 -screen 0 1920x1080x24 &
sleep 3
fluxbox >/dev/null 2>&1 &
- uses: DevExpress/testcafe-build-system/actions/publish-with-publish-please@main
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit cc5e145

Please sign in to comment.