File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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
99echo ' export const AZURE_APP_CONFIGURATION_CONNECTION_STRING = "' $AZURE_APP_CONFIGURATION_CONNECTION_STRING ' ";' >> src/environments/keys.ts
1010cat src/environments/keys.ts
You can’t perform that action at this time.
0 commit comments