mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore/upgrades node (#115)
* chore(checkin): cargo.lock * feat(upgrades): update and try to fix node tests * fix(@iarna): replace with @tauri-apps * chore(deps): upgrade sharp * feat(env): add env var that works on mac * feat(deps): upgrade, cleanup and update code * fix(workflow): env vars * chore(deps): upgrades * fix(.gitignore)
This commit is contained in:
committed by
Lucas Fernandes Nogueira
parent
21bd7a3370
commit
e58110afd6
8
.github/workflows/test-on-pr.yml
vendored
8
.github/workflows/test-on-pr.yml
vendored
@@ -23,6 +23,9 @@ jobs:
|
||||
run: |
|
||||
cd ./tauri
|
||||
cargo build
|
||||
env:
|
||||
TAURI_DIST_DIR: ../../test/fixture/dist
|
||||
TAURI_CONFIG_DIR: ../test/fixture/
|
||||
|
||||
build-tauri-ubuntu-latest:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -43,6 +46,9 @@ jobs:
|
||||
run: |
|
||||
cd ./tauri
|
||||
cargo build
|
||||
env:
|
||||
TAURI_DIST_DIR: ../../test/fixture/dist
|
||||
TAURI_CONFIG_DIR: ../test/fixture
|
||||
|
||||
build-tauri-cli:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
@@ -82,4 +88,4 @@ jobs:
|
||||
run: |
|
||||
cd ./cli/tauri.js
|
||||
yarn
|
||||
yarn test
|
||||
yarn test
|
||||
Reference in New Issue
Block a user