Skip to content

Commit

Permalink
ci: set D2_VERBOSE so all d2 cli output is visible on CI (#1444)
Browse files Browse the repository at this point in the history
Co-authored-by: Jen Jones Arnesen <[email protected]>
  • Loading branch information
amcgee and jenniferarnesen authored Jan 14, 2021
1 parent ce8b5e5 commit 52f2831
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: 'dhis2: verify (app)'

on:
push:
branches:
on: push

env:
GIT_AUTHOR_NAME: '@dhis2-bot'
Expand All @@ -11,6 +9,7 @@ env:
GIT_COMMITTER_EMAIL: '[email protected]'
GH_TOKEN: ${{secrets.DHIS2_BOT_GITHUB_TOKEN}}
CI: true
D2_VERBOSE: true

jobs:
install:
Expand Down

0 comments on commit 52f2831

Please sign in to comment.