Skip to content

Commit

Permalink
[debug] DEV_TOOLS_SHORTCUT_ENABLED added to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarski committed Sep 16, 2024
1 parent 2061fba commit c3f170b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nexus-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
DEV_DEVICE_LOGGER_ENABLED: ${{ secrets.DEV_DEVICE_LOGGER_ENABLED }}
FEATURE_TOGGLE_RELEASE_ENVIRONMENT: ${{ secrets.FEATURE_TOGGLE_RELEASE_ENVIRONMENT }}
MUDITA_CENTER_PRERELEASE_ENABLED: ${{ secrets.MUDITA_CENTER_PRERELEASE_ENABLED }}
DEV_TOOLS_SHORTCUT_ENABLED: "0"
LOCALAPPDATA: ""
shell: cmd
run: |
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
DEV_DEVICE_LOGGER_ENABLED: ${{ secrets.DEV_DEVICE_LOGGER_ENABLED }}
FEATURE_TOGGLE_RELEASE_ENVIRONMENT: ${{ secrets.FEATURE_TOGGLE_RELEASE_ENVIRONMENT }}
MUDITA_CENTER_PRERELEASE_ENABLED: ${{ secrets.MUDITA_CENTER_PRERELEASE_ENABLED }}
DEV_TOOLS_SHORTCUT_ENABLED: "0"
run: |
printenv > .env
- name: Setup depedencies
Expand Down

0 comments on commit c3f170b

Please sign in to comment.