Skip to content
Snippets Groups Projects
Unverified Commit 5228e33d authored by GyDi's avatar GyDi Committed by GitHub
Browse files

test: rm redundant build step

parent d30243e1
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment