Skip to content

Commit 8d78386

Browse files
GHA-98 Add UTs for OctokitAction Slack (#235)
1 parent 056bc77 commit 8d78386

File tree

7 files changed

+49
-8
lines changed

7 files changed

+49
-8
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
secrets: |
5757
development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN;
5858
development/artifactory/token/{REPO_OWNER_NAME_DASH}-private-reader access_token | REPOX_TOKEN;
59+
development/kv/data/slack token | SLACK_TOKEN;
5960
development/kv/data/jira user | JIRA_USER;
6061
development/kv/data/jira token | JIRA_TOKEN;
6162
@@ -69,6 +70,7 @@ jobs:
6970
- name: Run tests
7071
env:
7172
GITHUB_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
73+
SLACK_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).SLACK_TOKEN }}
7274
JIRA_USER: ${{ fromJSON(steps.secrets.outputs.vault).JIRA_USER }}
7375
JIRA_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).JIRA_TOKEN }}
7476
run: npm run test

dist/lib/JiraClient.test.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/JiraClient.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/OctokitAction.test.js

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/OctokitAction.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)