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 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
23
20
name : PHP ${{ matrix.php-version }} ${{ matrix.dependencies }}
24
21
25
22
steps :
23
+ - name : Dump COVERALLS_SERVICE_NUMBER
24
+ run : echo $COVERALLS_SERVICE_NUMBER
25
+
26
26
- uses : actions/checkout@v2
27
27
28
28
- name : Setup PHP
42
42
- name : Submit coverage to Coveralls
43
43
env :
44
44
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
+ CI_BUILD_NUMBER : ${{ github.run_id }}-${{ github.run_attempt }}
45
46
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
47
49
~/.composer/vendor/bin/php-coveralls -v
48
50
49
51
codestyle :
You can’t perform that action at this time.
0 commit comments