File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
application/backend-credit-card-enrollment/backend-typescript/src/common/util Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2020 ref : ${{github.event.pull_request.head.ref}}
2121 repository : ${{github.event.pull_request.head.repo.full_name}}
2222 - name : Start Application
23- working-directory : local-development
24- run : ./scripts/linux/ dev_start.sh
23+ working-directory : local-development/scripts/linux
24+ run : ./dev_start.sh
2525 - name : Run Tests
2626 working-directory : local-development/scripts/php-backend-scripts
2727 run : ./dev_all.sh
Original file line number Diff line number Diff line change 2020 ref : ${{github.event.pull_request.head.ref}}
2121 repository : ${{github.event.pull_request.head.repo.full_name}}
2222 - name : Start Application
23- working-directory : local-development
24- run : ./scripts/linux/ dev_start.sh
23+ working-directory : local-development/scripts/linux
24+ run : ./dev_start.sh
2525 - name : Run Tests
2626 working-directory : local-development/scripts/php-backend-scripts
2727 run : ./dev_all.sh
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ export class MongoInitializer {
6464 { userId : 1 } ,
6565 {
6666 background : true ,
67- name : 'userId_asc'
6867 }
6968 ) ;
7069 log . debug ( 'Index created on CreditCard_Enrollment_Enrollment.userId' ) ;
You can’t perform that action at this time.
0 commit comments