mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00: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
|
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
|
||||||
|
|
||||||
- name: install app dependencies and build it
|
- name: install app dependencies and build it
|
||||||
run: pnpm install
|
run: pnpm install && pnpm --filter gui build
|
||||||
|
|
||||||
- uses: tauri-apps/tauri-action@v0
|
# - uses: tauri-apps/tauri-action@v0
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
# with:
|
||||||
projectPath: packages/gui
|
# projectPath: packages/gui
|
Loading…
Reference in a new issue