File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed
Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 88
99 steps :
1010 - name : Checkout code
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v3
1212 with :
1313 ref : ${{ github.head_ref }}
1414
Original file line number Diff line number Diff line change 1111 name : phpstan
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515
1616 - name : Setup PHP
1717 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ name: run-tests
22
33on :
44 push :
5- branches : [main]
5+ branches : [main, develop, test ]
66 pull_request :
7- branches : [main]
7+ branches : [main, develop, test ]
88
99jobs :
1010 test :
1111 runs-on : ${{ matrix.os }}
12+ environment : testing
1213 strategy :
1314 fail-fast : true
1415 matrix :
2425
2526 steps :
2627 - name : Checkout code
27- uses : actions/checkout@v2
28+ uses : actions/checkout@v3
2829
2930 - name : Setup PHP
3031 uses : shivammathur/setup-php@v2
4546
4647 - name : Execute tests
4748 run : vendor/bin/pest
49+ env :
50+ APP_KEY : ${{ secrets.APP_KEY }}
51+ APP_ENV : ${{ secrets.APP_ENV }}
52+ CACHE_DRIVER : ${{ secrets.CACHE_DRIVER }}
53+ FILESYSTEM_DISK : ${{ secrets.FILESYSTEM_DISK }}
54+ VIVA_WALLET_ENV : ${{ secrets.VIVA_WALLET_ENV }}
55+ VIVA_WALLET_MERCHANT_ID : ${{ secrets.VIVA_WALLET_MERCHANT_ID }}
56+ VIVA_WALLET_API_KEY : ${{ secrets.VIVA_WALLET_API_KEY }}
57+ VIVA_WALLET_CLIENT_ID : ${{ secrets.VIVA_WALLET_CLIENT_ID }}
58+ VIVA_WALLET_CLIENT_SECRET : ${{ secrets.VIVA_WALLET_CLIENT_SECRET }}
59+ VIVA_WALLET_PAYMENT_SOURCE_CODE : ${{ secrets.VIVA_WALLET_PAYMENT_SOURCE_CODE }}
Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 with :
1515 ref : main
1616
You can’t perform that action at this time.
0 commit comments