Skip to content

Commit 44a2d56

Browse files
committed
added path to cargo.toml
1 parent 384d581 commit 44a2d56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818

1919
- name: Build
2020
run: cargo build --verbose
21+
working-directory: apps/backend/task-api
2122

2223
- name: Run tests
2324
run: cargo test --verbose
25+
working-directory: apps/backend/task-api
2426

2527
- name: log into GitHub container registry
2628
uses: docker/login-action@v2

0 commit comments

Comments
 (0)