Skip to content

Commit 6f256fe

Browse files
committed
Add a (currently commented-out) log show in case of error
1 parent 9bdff27 commit 6f256fe

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
- name: Test
3333
run: ./run.sh run_tests
3434

35+
#- name: Logs
36+
# run: ./run.sh dump_logs
37+
# if: failure()
38+
3539
#- name: Coverage
3640
# if: ${{ matrix.os == 'ubuntu-latest' }}
3741
# run: ./run.sh coverage

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* man/muteTweeters.Rd: Ditto
55
* DESCRIPTION (Authors@R): Also remove contributor credit well
66

7+
* .github/workflows/ci.yaml (jobs): Add a (commented-out) step calling
8+
showing logs in case of error
9+
710
2025-08-05 Dirk Eddelbuettel <edd@debian.org>
811

912
* DESCRIPTION (Version, Date): Roll micro version and date

0 commit comments

Comments
 (0)