File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
33name : CI
44
5- on : [push]
5+ on : [push, pull_request_target ]
66
77# A workflow run is made up of one or more jobs that can run sequentially or in parallel
88jobs :
@@ -13,12 +13,12 @@ jobs:
1313
1414 # Steps represent a sequence of tasks that will be executed as part of the job
1515 steps :
16- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17- - uses : actions/checkout@v2
16+ # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17+ - uses : actions/checkout@v2
1818
19- # Runs a set of commands using the runners shell
20- - name : Create Image and run mock server
21- run : cd ./test && docker-compose up -d api-test
19+ # Runs a set of commands using the runners shell
20+ - name : Create Image and run mock server
21+ run : cd ./test && docker-compose up -d api-test
2222
23- - name : test app
24- run : cd ./test && docker-compose run test
23+ - name : test app
24+ run : cd ./test && docker-compose run test
You can’t perform that action at this time.
0 commit comments