diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 06cfe2bac..bd2280348 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -35,10 +35,6 @@ runs: shell: bash run: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 pnpm i - - name: Check formatting - shell: bash - run: pnpm test:format - - name: Cache playwright binaries uses: actions/cache@v3 id: playwright-cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d403a404..9c1f520d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,6 +21,9 @@ jobs: - name: Setup uses: ./.github/actions/setup + - name: Check formatting + run: pnpm test:format + - name: TurboRepo local server uses: felixmosh/turborepo-gh-artifacts@v2 with: