File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
schedule :
7
7
- cron : ' 0 3 * * *'
8
8
9
- env :
10
- COVERALLS_SERVICE_NUMBER : ${{ github.run_id }}-${{ github.run_attempt }}
11
-
12
9
jobs :
13
10
tests :
14
11
runs-on : ubuntu-latest
42
39
- name : Submit coverage to Coveralls
43
40
env :
44
41
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
+ CI_BUILD_NUMBER : ${{ github.run_id }}-${{ github.run_attempt }}
43
+ CI_BUILD_URL : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
45
44
run : |
46
- composer global require --no-progress --dev php-coveralls/php-coveralls guzzlehttp/guzzle:^6.5
45
+ echo $CI_BUILD_NUMBER
46
+ composer global require --no-progress --dev php-coveralls/php-coveralls
47
47
~/.composer/vendor/bin/php-coveralls -v
48
48
49
49
codestyle :
You can’t perform that action at this time.
0 commit comments