emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bnf-mode dd158f0 22/43: Add build reporting to the buil


From: Stefan Monnier
Subject: [elpa] externals/bnf-mode dd158f0 22/43: Add build reporting to the build workflow
Date: Mon, 20 Jan 2020 13:39:02 -0500 (EST)

branch: externals/bnf-mode
commit dd158f036b5e6bce0d53545a43f82aa3859f242e
Author: Serghei Iakovlev <address@hidden>
Commit: Serghei Iakovlev <address@hidden>

    Add build reporting to the build workflow
---
 .github/workflows/build.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8df4a48..566e7dc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -81,3 +81,7 @@ jobs:
 
       - name: Run Unit Tests
         run: make test
+
+      - name: Build Reporting
+        if: success()
+        run: git log --format=fuller -5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]