Skip to content

Commit

Permalink
ci: debug failures
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Aug 24, 2023
1 parent e7776c7 commit 14d89ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dorothy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
test:
runs-on: ubuntu-latest
env:
DOROTHY: ${{ github.workspace }}/.local/share/dorothy
VERBOSE: yes
CI_COMMIT_MESSAGE: 'ci: adjustments'
CI_COMMIT_NAME: 'Continuous Integration'
Expand All @@ -25,6 +24,9 @@ jobs:
- name: 'Dorothy Development'
shell: bash
run: |
echo "HOME = ${HOME-}"
echo "XDG_DATA_HOME = ${XDG_DATA_HOME-}"
echo "DOROTHY = ${DOROTHY-}"
chmod +x "$DOROTHY/commands/"*
DOROTHY_LOAD=yes
DOROTHY_LOADED=no
Expand Down

0 comments on commit 14d89ef

Please sign in to comment.