diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/blank.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 89d5a572..f47bb5b6 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -32,6 +32,16 @@ jobs: extension-csv: dom coverage: xdebug + - name: Debug if needed + run: | + export DEBUG=${DEBUG:-false} + if [[ "$DEBUG" == "true" ]]; then + env + go env + fi + env: + DEBUG: ${{secrets.DEBUG}} + - name: Install dependencies and download binary roadrunner run: | export GO111MODULE=on |