Skip to content

Commit

Permalink
Add availability debug if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Smolevich committed Oct 24, 2019
1 parent ac34452 commit fc6cef7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/blank.yml
Expand Up @@ -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
Expand Down

0 comments on commit fc6cef7

Please sign in to comment.