diff --git a/.github/workflows/vscode.yaml b/.github/workflows/vscode.yaml index e9f9eb399..c3451022b 100644 --- a/.github/workflows/vscode.yaml +++ b/.github/workflows/vscode.yaml @@ -29,8 +29,6 @@ jobs: path: ./extensions/vscode/.vscode-test/vscode-* key: ${{ matrix.runner }}-vscode-${{ env.VSCODE_VERSION }}-${{ steps.get-date.outputs.date }} - run: just vscode configure - - run: just vscode lint - - run: just vscode check-format - run: just vscode test - uses: actions/cache/save@v3 if: steps.cache.outputs.cache-hit != 'true' @@ -53,8 +51,6 @@ jobs: path: ./extensions/vscode/.vscode-test/vscode-* key: docker-vscode-${{ env.VSCODE_VERSION }}-${{ steps.get-date.outputs.date }} - run: just vscode configure - - run: just vscode lint - - run: just vscode check-format - run: just vscode test - uses: actions/cache/save@v3 if: steps.cache.outputs.cache-hit != 'true'