We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdff27 commit 6f256feCopy full SHA for 6f256fe
.github/workflows/ci.yaml
@@ -32,6 +32,10 @@ jobs:
32
- name: Test
33
run: ./run.sh run_tests
34
35
+ #- name: Logs
36
+ # run: ./run.sh dump_logs
37
+ # if: failure()
38
+
39
#- name: Coverage
40
# if: ${{ matrix.os == 'ubuntu-latest' }}
41
# run: ./run.sh coverage
ChangeLog
@@ -4,6 +4,9 @@
4
* man/muteTweeters.Rd: Ditto
5
* DESCRIPTION (Authors@R): Also remove contributor credit well
6
7
+ * .github/workflows/ci.yaml (jobs): Add a (commented-out) step calling
8
+ showing logs in case of error
9
10
2025-08-05 Dirk Eddelbuettel <edd@debian.org>
11
12
* DESCRIPTION (Version, Date): Roll micro version and date
0 commit comments