File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments