diff --git a/.github/workflows/jetbrains.yaml b/.github/workflows/jetbrains.yaml index aa421d5..46897dc 100644 --- a/.github/workflows/jetbrains.yaml +++ b/.github/workflows/jetbrains.yaml @@ -99,66 +99,3 @@ jobs: - name: Run Tests working-directory: ./jetbrains run: ./gradlew check - - verify: - name: Verify plugin - runs-on: ubuntu-latest - steps: - - - name: Maximize Build Space - uses: jlumbroso/free-disk-space@main - with: - tool-cache: false - large-packages: false - - - name: Fetch Sources - uses: actions/checkout@v4 - - - name: Setup Java - uses: actions/setup-java@v4 - with: - distribution: zulu - java-version: 17 - - - name: Setup Gradle - uses: gradle/gradle-build-action@v2 - with: - gradle-home-cache-cleanup: true - - - name: Install Bun - uses: oven-sh/setup-bun@a1800f471a0bc25cddac36bb13e6f436ddf341d7 - - - name: Install Rust - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - profile: minimal - override: true - - - name: Install wasm-pack - uses: jetli/wasm-pack-action@0d096b08b4e5a7de8c28de67e11e945404e9eefa - with: - version: 'latest' - - - name: Install dependencies - run: bun install - - - name: Build With Bun - run: bun run build - - - name: Setup Plugin Verifier IDEs Cache - uses: actions/cache@v3 - with: - path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides - key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }} - - - name: Run Plugin Verification tasks - working-directory: ./jetbrains - run: ./gradlew runPluginVerifier -Dplugin.verifier.home.dir=${{ needs.build.outputs.pluginVerifierHomeDir }} - - - name: Collect Plugin Verifier Result - if: ${{ always() }} - uses: actions/upload-artifact@v3 - with: - name: pluginVerifier-result - path: ${{ github.workspace }}/build/reports/pluginVerifier