From d37c74d6bcf4593dcecf9c28ed6044d8b951aeab Mon Sep 17 00:00:00 2001 From: Sergey Date: Tue, 23 Jul 2024 09:57:12 -0400 Subject: [PATCH] Update build-test.yml --- .github/workflows/build-test.yml | 50 ++++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 3a3a96de..a28ef9c5 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -65,28 +65,28 @@ jobs: # Create Pull Request gh pr create --title "Version Bump and Changelog Update" --body "Automated version bump, changelog update, and package-lock.json synchronization" --base main --head version-bump-${{ github.sha }} - # test-tauri: - # needs: version-bump - # runs-on: macos-latest - # steps: - # - uses: actions/checkout@v4 - # - # - name: Setup node - # uses: actions/setup-node@v4 - # with: - # node-version: lts/* - # - # - name: Install Rust stable - # uses: dtolnay/rust-toolchain@stable - # with: - # targets: aarch64-apple-darwin - # - # - name: Install packages - # run: npm install - # - # - name: Build Tauri App - # uses: tauri-apps/tauri-action@v0 - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # with: - # args: "--target aarch64-apple-darwin" + test-tauri: + needs: version-bump + runs-on: macos-latest + steps: + - uses: actions/checkout@v4 + + - name: Setup node + uses: actions/setup-node@v4 + with: + node-version: lts/* + + - name: Install Rust stable + uses: dtolnay/rust-toolchain@stable + with: + targets: aarch64-apple-darwin + + - name: Install packages + run: npm install + + - name: Build Tauri App + uses: tauri-apps/tauri-action@v0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + args: "--target aarch64-apple-darwin --bundle app"