diff --git a/.github/workflows/ci-repo.yml b/.github/workflows/ci-repo.yml index affd8957..69ecc59d 100644 --- a/.github/workflows/ci-repo.yml +++ b/.github/workflows/ci-repo.yml @@ -75,5 +75,7 @@ jobs: - run: | cd vscode npm ci - - run: xvfb-run -a npm run test + - run: | + cd vscode + xvfb-run -a npm run test \ No newline at end of file