Change workdir to tauri directory on builds

This commit is contained in:
Tanner Sommers 2024-07-25 20:16:46 -05:00
parent f9737012ee
commit 7ace208408

View File

@ -36,6 +36,10 @@ jobs:
with:
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
- name: Cargo test
uses: actions-rs/cargo@v1