Update test.yml
This commit is contained in:
parent
db9337730c
commit
00da1971e7
1 changed files with 7 additions and 1 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -36,10 +36,16 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y webkit2gtk-4.0
|
||||
- name: Run test app
|
||||
- name: Install Tauri CLI
|
||||
run: |
|
||||
cd examples/test
|
||||
wget -qO- https://github.com/tauri-apps/tauri/releases/download/cli.rs-v1.1.1/cargo-tauri-x86_64-unknown-linux-gnu.tgz | tar -xzf-
|
||||
- name: Install Trunk
|
||||
run: |
|
||||
cd examples/test
|
||||
wget -qO- https://github.com/thedodd/trunk/releases/download/0.16.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
|
||||
- name: Run test app
|
||||
run: |
|
||||
cd examples/test
|
||||
export CARGO_UNSTABLE_SPARSE_REGISTRY=true
|
||||
./cargo-tauri dev --exit-on-panic --config ./src-tauri/ci.tauri.conf.json
|
Loading…
Add table
Add a link
Reference in a new issue