Skip to content

Commit 12cf2fb

Browse files
committed
Boy Scout: add missing acceptance test for GitHub App integration
Pipeline job was already there, but it was not added to the
1 parent 2fffcbb commit 12cf2fb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Taskfile.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ tasks:
169169
- task: test:acceptance:chat-message-only-simplest-possible
170170
- task: test:acceptance:chat-message-only-file
171171
- task: test:acceptance:default-log
172+
- task: test:acceptance:gh-app-status
172173

173174
test:acceptance:chat-only-summary:
174175
desc: Run a pipeline job to test default chat
@@ -218,6 +219,12 @@ tasks:
218219
- task: trigger-job
219220
vars: {JOB: default-log}
220221

222+
test:acceptance:gh-app-status:
223+
desc: Run a pipeline job to test auth via a GitHub App
224+
cmds:
225+
- task: trigger-job
226+
vars: {JOB: gh-app-status}
227+
221228
browser:
222229
desc: "Show code coverage in browser (usage: task test:<subtarget> browser)"
223230
cmds:

pipelines/cogito-acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
params:
179179
state: success
180180

181-
- name: cogito-gh-app-status
181+
- name: gh-app-status
182182
max_in_flight: 1
183183
plan:
184184
- get: target-repo.git

0 commit comments

Comments
 (0)