Skip to content

Commit 798ceca

Browse files
committed
Fix ci
1 parent c6182d7 commit 798ceca

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

.github/workflows/ci.yml

+16-11
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,20 @@ jobs:
7070
yarn --frozen-lockfile
7171
yarn compile
7272
73-
- name: Start xvfb
74-
if: matrix.os == 'ubuntu-latest'
75-
run: |
76-
set -e
77-
/usr/bin/Xvfb :10 -ac >> /tmp/Xvfb.out 2>&1 &
78-
disown -ar
79-
echo "Started xvfb"
73+
- name: Run unit tests
74+
uses: GabrielBB/[email protected]
75+
with:
76+
run: yarn test
77+
78+
# - name: Start xvfb
79+
# if: matrix.os == 'ubuntu-latest'
80+
# run: |
81+
# set -e
82+
# /usr/bin/Xvfb :10 -ac >> /tmp/Xvfb.out 2>&1 &
83+
# disown -ar
84+
# echo "Started xvfb"
8085

81-
- name: Server and E2E test
82-
run: yarn test
83-
env:
84-
DISPLAY: :10
86+
# - name: Server and E2E test
87+
# run: yarn test
88+
# env:
89+
# DISPLAY: :10

0 commit comments

Comments
 (0)