diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index f0bad98f6..7070cccf8 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -28,13 +28,13 @@ jobs: - name: Install dependencies run: npm ci - - name: Run linting - run: npm run lint - - name: Download Firefox and dependencies env: ZEN_DOWNLOAD_DONT_INIT_GIT: "1" run: npm run download + - name: Run linting + run: npm run lint + - name: Import patches run: npm run import