lucas066001 commited on
Commit
dcf66c8
·
1 Parent(s): 933766c

fix(workflow): correcting file location

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.github/workflows/build.yml CHANGED
@@ -44,4 +44,4 @@ jobs:
44
 
45
  - name: Test libs
46
  run: |
47
- cd ./App && python -m unittest travel_resolver.tests.sample_test
 
44
 
45
  - name: Test libs
46
  run: |
47
+ cd ./app && python -m unittest travel_resolver.tests.sample_test