File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 repository : ${{github.event.pull_request.head.repo.full_name}}
2222 - name : Start Application
2323 working-directory : local-development
24- run : ./dev_start.sh
24+ run : ./scripts/linux/ dev_start.sh
2525 - name : Run Tests
26- working-directory : local-development/php-backend-scripts
26+ working-directory : local-development/scripts/ php-backend-scripts
2727 run : ./dev_all.sh
Original file line number Diff line number Diff line change 2121 repository : ${{github.event.pull_request.head.repo.full_name}}
2222 - name : Start Application
2323 working-directory : local-development
24- run : ./dev_start.sh
24+ run : ./scripts/linux/ dev_start.sh
2525 - name : Run Tests
26- working-directory : local-development/php-backend-scripts
26+ working-directory : local-development/scripts/ php-backend-scripts
2727 run : ./dev_all.sh
You can’t perform that action at this time.
0 commit comments