Skip to content

Commit cb3b7dd

Browse files
committed
fix: TT-610 add env variables extra to ci
1 parent 3568834 commit cb3b7dd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/CI-time-tracker-ui.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
ci-test:
2727
name: Unit tests and CodeCoverage
2828
runs-on: ubuntu-latest
29+
env:
30+
WORKING_DIR: infrastructure/
31+
DB_CONNECTION: ${{ secrets.DB_CONNECTION }}
32+
ARM_CLIENT_ID: ${{secrets.TF_ARM_CLIENT_ID}}
33+
ARM_CLIENT_SECRET: ${{secrets.TF_ARM_CLIENT_SECRET}}
34+
ARM_SUBSCRIPTION_ID: ${{secrets.TF_ARM_SUBSCRIPTION_ID}}
35+
ARM_TENANT_ID: ${{secrets.TF_ARM_TENANT_ID}}
2936
timeout-minutes: 90
3037
steps:
3138
- name: Clone and checkout branch

0 commit comments

Comments
 (0)