Try using xvfb

This commit is contained in:
Nathan Bierema 2021-09-18 00:04:46 -04:00
parent 2a484240ae
commit be7f82f5da

View File

@ -16,4 +16,7 @@ jobs:
- run: yarn prettier:check
- run: yarn build:all
- run: yarn lint:all
- run: yarn test:all
- name: Run yarn test:all
uses: GabrielBB/xvfb-action@v1
with:
run: yarn test:all