From 0c9d532c1fbe9af29a4f66211cc618498870b3e5 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 9 Aug 2024 08:33:01 -0700 Subject: [PATCH] Remove problematic tests from release.yml --- .github/workflows/release.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c74ab9c5..a7b29a29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,23 +92,6 @@ jobs: repository: yaakapp/plugins path: ${{ env.YAAK_PLUGINS_DIR }} - - name: build the app - run: npm run build - env: - YAAK_PLUGINS_DIR: ${{ env.YAAK_PLUGINS_DIR }} - YAAK_TARGET_ARCH: ${{ matrix.yaak_arch }} - - - name: Vendor the app - run: npm run vendor - env: - YAAK_PLUGINS_DIR: ${{ env.YAAK_PLUGINS_DIR }} - YAAK_TARGET_ARCH: ${{ matrix.yaak_arch }} - - # NOTE: Test needs vendor+build to be run - - name: Rust test - working-directory: src-tauri - run: cargo test --all - - name: Set version run: npm run replace-version env: