Skip to content

Commit

Permalink
add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Aug 16, 2024
1 parent 945788b commit 0568fac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
activate-environment: watertap-ui-env
miniforge-version: latest

- name: Set up debug logging
run: |
echo "ACTIONS_RUNNER_DEBUG=true" >> $GITHUB_ENV
echo "ACTIONS_STEP_DEBUG=true" >> $GITHUB_ENV
- name: Add theme to .env file
working-directory: ./electron/ui
run: |
Expand Down

0 comments on commit 0568fac

Please sign in to comment.