File tree Expand file tree Collapse file tree 1 file changed +11
-21
lines changed Expand file tree Collapse file tree 1 file changed +11
-21
lines changed Original file line number Diff line number Diff line change 11# -----------------------------------------
2- # Basic Deploy
2+ # Framework Deploy
33# -----------------------------------------
4- name : Basic Deploy
4+ name : Framework Deploy
55env :
66 APP_NAME : APPHP MVC FRAMEWORK
77 DEPLOY_PACKAGE_NAME : " apphp-deploy-${{ github.sha }}"
88
9- # [push]
9+ # Run on [push]
1010on :
1111 push :
1212 branches :
1313 # - master
1414 - dev
1515
1616jobs :
17- runs-on : ubuntu-latest
18-
19- my-testing :
17+ # testing:
2018# runs-on: ubuntu-latest
2119
22- steps :
23- - name : Run testing
24- run : echo Testing is running...
20+ # steps:
21+ # - name: Run testing
22+ # run: echo Testing is running...
2523#
2624# - name: Print env variables
2725# run: |
2826# echo "App Name: ${{ env.APP_NAME }}"
2927
3028
31- my- deploy :
32- # runs-on: ubuntu-latest
33- # needs: [my- testing]
29+ deploy :
30+ runs-on : ubuntu-latest
31+ # needs: [testing]
3432
3533 steps :
3634 - name : Print env variables
4846 composer --version
4947 phpunit --version
5048
51- # - name: Re-install PHPUnit
52- # run: composer require phpunit/phpunit ^7
53- #
54- # - name: Check again some packages if they are installed
55- # run: |
56- # composer --version
57- # phpunit --version
58-
59- - name : Runt PHPUnit tests
49+ - name : Runt PHPUnit tests
6050 run : composer tests
6151
You can’t perform that action at this time.
0 commit comments