Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Mar 20, 2024
1 parent 2cca902 commit 741376d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
run: |
npm run compile
- name: foo
run: |
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & echo "Started xvfb"
echo "DISPLAY=':99.0'" >> "$GITHUB_ENV"
shell: bash

- name: Test
run: |
npm run test
Expand All @@ -43,6 +49,6 @@ jobs:
run: |
docker stop "$REGISTRY_CID"
# - name: Setup tmate session
# if: failure()
# uses: mxschmitt/action-tmate@v3
- name: Setup tmate session
if: failure()
uses: mxschmitt/action-tmate@v3

0 comments on commit 741376d

Please sign in to comment.