Change workdir to tauri directory on builds
This commit is contained in:
parent
f9737012ee
commit
7ace208408
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -36,6 +36,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|
||||||
|
# Change workdir to the `src-tauri` directory
|
||||||
|
- name: Change workdir
|
||||||
|
run: cd src-tauri
|
||||||
|
|
||||||
# we run our rust tests before the webdriver tests to avoid testing a broken application
|
# we run our rust tests before the webdriver tests to avoid testing a broken application
|
||||||
- name: Cargo test
|
- name: Cargo test
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user