fix tests
This commit is contained in:
parent
59270e8a4f
commit
179c51a6fe
@ -50,7 +50,9 @@ jobs:
|
||||
bun install
|
||||
|
||||
- name: Run frontend tests
|
||||
run: bun test
|
||||
run: |
|
||||
bunx svelte-kit sync
|
||||
bun test
|
||||
|
||||
- name: Run Rust tests
|
||||
run: |
|
||||
|
||||
@ -12,7 +12,7 @@ services:
|
||||
- .:/app
|
||||
environment:
|
||||
- RUST_BACKTRACE=1
|
||||
command: bash -c "bunx svelte-kit sync && bun test && cd src-tauri && cargo test && cd .. && echo 'All tests passed!'"
|
||||
command: bash -c "bun test && cd src-tauri && cargo test && cd .. && echo 'All tests passed!'"
|
||||
|
||||
# Android build service - builds APK after tests pass
|
||||
android-build:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user