File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 66 schedule :
77 - cron : ' 0 3 * * *'
88
9- env :
10- COVERALLS_SERVICE_NUMBER : ${{ github.run_id }}-${{ github.run_attempt }}
11-
129jobs :
1310 tests :
1411 runs-on : ubuntu-latest
2320 name : PHP ${{ matrix.php-version }} ${{ matrix.dependencies }}
2421
2522 steps :
23+ - name : Dump COVERALLS_SERVICE_NUMBER
24+ run : echo $COVERALLS_SERVICE_NUMBER
25+
2626 - uses : actions/checkout@v2
2727
2828 - name : Setup PHP
4242 - name : Submit coverage to Coveralls
4343 env :
4444 COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45+ CI_BUILD_NUMBER : ${{ github.run_id }}-${{ github.run_attempt }}
4546 run : |
46- composer global require --no-progress --dev php-coveralls/php-coveralls guzzlehttp/guzzle:^6.5
47+ echo $CI_BUILD_NUMBER
48+ composer global require --no-progress --dev php-coveralls/php-coveralls
4749 ~/.composer/vendor/bin/php-coveralls -v
4850
4951 codestyle :
You can’t perform that action at this time.
0 commit comments