Skip to content

Commit

Permalink
Debugging env vars for Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Feb 24, 2020
1 parent 448e939 commit 58f5b5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -126,6 +126,9 @@ jobs:
name: "build"
path: "generator/build"

- name: "Debugging env vars"
run: "env"

- name: "Upload test coverage to coveralls"
run: "php vendor/bin/php-coveralls -v"
working-directory: "generator"
Expand Down

0 comments on commit 58f5b5f

Please sign in to comment.