Skip to content

Commit cc5e145

Browse files
authored
publish: added display settings (#108)
1 parent 3f08142 commit cc5e145

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ jobs:
99
if: ${{ !github.event.release.draft }}
1010
runs-on: ubuntu-latest
1111
environment: release
12+
env:
13+
DISPLAY: ':99.0'
1214
steps:
15+
- run: |
16+
sudo apt install fluxbox
17+
Xvfb :99.0 -screen 0 1920x1080x24 &
18+
sleep 3
19+
fluxbox >/dev/null 2>&1 &
1320
- uses: DevExpress/testcafe-build-system/actions/publish-with-publish-please@main
1421
with:
1522
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)