Skip to content

Commit 4ff23ae

Browse files
committed
feat(config): Debug CI
1 parent a4b9fd4 commit 4ff23ae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_TEST }}
5959
# SLACK_MESSAGE: ${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}
6060

61-
# - name: Running tests
62-
# run: npm run ci-test --if-present
61+
- name: Running tests
62+
run: npm run ci-test --if-present
6363

6464
# - name: Generate coverage report
6565
# env:

scripts/populate-keys.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

33
> src/environments/keys.ts
4-
echo 'export const AUTHORITY = "'$AUTHORITY'";' >> src/environments/keys.ts
5-
echo 'export const CLIENT_ID = "'$CLIENT_ID'";' >> src/environments/keys.ts
6-
echo 'export const SCOPES = ["'$SCOPES'"];' >> src/environments/keys.ts
7-
echo 'export const STACK_EXCHANGE_ID = "'$STACK_EXCHANGE_ID'";' >> src/environments/keys.ts
8-
echo 'export const STACK_EXCHANGE_ACCESS_TOKEN = "'$STACK_EXCHANGE_ACCESS_TOKEN'";' >> src/environments/keys.ts
4+
# echo 'export const AUTHORITY = "'$AUTHORITY'";' >> src/environments/keys.ts
5+
# echo 'export const CLIENT_ID = "'$CLIENT_ID'";' >> src/environments/keys.ts
6+
# echo 'export const SCOPES = ["'$SCOPES'"];' >> src/environments/keys.ts
7+
# echo 'export const STACK_EXCHANGE_ID = "'$STACK_EXCHANGE_ID'";' >> src/environments/keys.ts
8+
# echo 'export const STACK_EXCHANGE_ACCESS_TOKEN = "'$STACK_EXCHANGE_ACCESS_TOKEN'";' >> src/environments/keys.ts
99
echo 'export const AZURE_APP_CONFIGURATION_CONNECTION_STRING = "'$AZURE_APP_CONFIGURATION_CONNECTION_STRING'";' >> src/environments/keys.ts
1010
cat src/environments/keys.ts

0 commit comments

Comments
 (0)