lucas066001
commited on
Commit
·
dcf66c8
1
Parent(s):
933766c
fix(workflow): correcting file location
Browse files
.github/workflows/build.yml
CHANGED
|
@@ -44,4 +44,4 @@ jobs:
|
|
| 44 |
|
| 45 |
- name: Test libs
|
| 46 |
run: |
|
| 47 |
-
cd ./
|
|
|
|
| 44 |
|
| 45 |
- name: Test libs
|
| 46 |
run: |
|
| 47 |
+
cd ./app && python -m unittest travel_resolver.tests.sample_test
|