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:
nothingismagick
2019-11-30 19:39:13 +01:00
committed by Lucas Fernandes Nogueira
parent 21bd7a3370
commit e58110afd6
16 changed files with 575 additions and 791 deletions

View File

@@ -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