From 011efc7062c321a851d0d6d92efbf4fcae031e6c Mon Sep 17 00:00:00 2001 From: Daniel OBrien Date: Tue, 30 Jan 2024 16:27:26 -0500 Subject: [PATCH] move test to xvfb --- .github/workflows/main.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8c5dfc5..19e3a6eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,13 +40,15 @@ jobs: - name: Setup xvfb uses: GabrielBB/xvfb-action@v1.4 with: - run: yarn run vscode:prepublish + run: | + yarn run vscode:prepublish + yarn test # - name: Build # run: yarn run vscode:prepublish - - name: Test - run: yarn test + # - name: Test + # run: - name: Prettier run: yarn run prettier:check