Skip to content

Commit 1d54d37

Browse files
committed
Update ci file
1 parent 36e2645 commit 1d54d37

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/build-ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ jobs:
3434
run: |
3535
docker version
3636
- name: Debug if needed
37-
run: |
38-
export DEBUG=${DEBUG:-false}
39-
if [[ "$DEBUG" == "true" ]]; then
40-
env
41-
fi
37+
run: if [[ "$DEBUG" == "true" ]]; then env fi;
4238
env:
4339
DEBUG: ${{secrets.DEBUG}}
4440
- name: Install dependencies
@@ -54,9 +50,8 @@ jobs:
5450
MYSQL_PORT: 3307
5551
- name: Send coveralls
5652
run: |
57-
composer global require cedx/coveralls
5853
export PATH="$PATH:~/.composer/vendor/bin/"
59-
coveralls build/logs/clover.xml
54+
coveralls build/logs/clover.xml -v
6055
env:
61-
COVERALLS_RUN_LOCALLY: 1
56+
# COVERALLS_RUN_LOCALLY: 1
6257
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)