From 5228e33d083a4fc83d6a25f05941a544ad066d79 Mon Sep 17 00:00:00 2001 From: GyDi Date: Fri, 24 Dec 2021 20:25:11 +0800 Subject: [PATCH] test: rm redundant build step --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b445940..cb06bef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: src-tauri/target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: install app dependencies and build it - run: yarn && yarn run predev && yarn build + run: yarn && yarn run predev - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}