diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5cff8de8..716f4be5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,10 +131,7 @@ jobs: run: npm run test - name: Test end-to-end - uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1 - with: - working-directory: ${{ github.workspace }} - run: npm run test:e2e + run: npm run test:e2e - name: Lint run: npm run lint