From 0ef68eaa52c1a8c2003f1731f3060cf869131fc4 Mon Sep 17 00:00:00 2001 From: fuyoo Date: Thu, 27 Jun 2024 14:30:37 +0800 Subject: [PATCH] add test workflow --- .github/workflows/build-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 4d4c54c..bd53bde 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1,4 +1,4 @@ -name: "test-on-pr" +name: "test-push" on: [push] @@ -43,10 +43,10 @@ jobs: # You can remove the one that doesn't apply to your app to speed up the workflow a bit. - name: install frontend dependencies - run: yarn install # change this to npm, pnpm or bun depending on which one you use. + run: npm install # change this to npm, pnpm or bun depending on which one you use. - name: build frontend resource - run: yarn build + run: npm build # If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any assets. - uses: tauri-apps/tauri-action@v0 env: