fix tests
This commit is contained in:
parent
59270e8a4f
commit
179c51a6fe
@ -50,7 +50,9 @@ jobs:
|
|||||||
bun install
|
bun install
|
||||||
|
|
||||||
- name: Run frontend tests
|
- name: Run frontend tests
|
||||||
run: bun test
|
run: |
|
||||||
|
bunx svelte-kit sync
|
||||||
|
bun test
|
||||||
|
|
||||||
- name: Run Rust tests
|
- name: Run Rust tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -12,7 +12,7 @@ services:
|
|||||||
- .:/app
|
- .:/app
|
||||||
environment:
|
environment:
|
||||||
- RUST_BACKTRACE=1
|
- 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 service - builds APK after tests pass
|
||||||
android-build:
|
android-build:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user