We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6182d7 commit 798cecaCopy full SHA for 798ceca
.github/workflows/ci.yml
@@ -70,15 +70,20 @@ jobs:
70
yarn --frozen-lockfile
71
yarn compile
72
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"
+ - name: Run unit tests
+ uses: GabrielBB/[email protected]
+ with:
+ run: yarn test
+
+ # - name: Start xvfb
+ # 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"
85
- - name: Server and E2E test
- run: yarn test
- env:
- DISPLAY: :10
86
+ # - name: Server and E2E test
87
+ # run: yarn test
88
+ # env:
89
+ # DISPLAY: :10
0 commit comments