Skip to content

Commit 6434ba0

Browse files
authored
Merge pull request #122 from bastelfreak/tasks
CI: Display existing bolt tasks
2 parents c31a89d + 13590fc commit 6434ba0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ jobs:
225225
- if: runner.os == 'Linux'
226226
name: Run tests
227227
run: bundle exec rake ci:apply:linux
228+
- name: Show tasks
229+
run: bundle exec bolt task show
228230
- if: runner.os == 'Windows'
229231
name: Run tests
230232
run: bundle exec rake ci:apply:windows

0 commit comments

Comments
 (0)