mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
#10 build test
This commit is contained in:
parent
ada6241ba5
commit
ba95e7b97a
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -32,10 +32,10 @@ jobs:
|
|||
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
|
||||
|
||||
- name: install app dependencies and build it
|
||||
run: pnpm install
|
||||
run: pnpm install && pnpm --filter gui build
|
||||
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
projectPath: packages/gui
|
||||
# - uses: tauri-apps/tauri-action@v0
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# with:
|
||||
# projectPath: packages/gui
|
Loading…
Reference in a new issue