You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/01/26 00:50:09 UTC

[incubator-ponymail-foal] branch master updated: Allow for curl error

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new a537c98  Allow for curl error
a537c98 is described below

commit a537c98a9a8850bcdc01aa9c77af6e180e5110dd
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jan 26 00:49:57 2022 +0000

    Allow for curl error
---
 .github/workflows/integration-tests.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index fb8a5c0..359f3c5 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -3,7 +3,9 @@ name: Integration Tests
 # TODO: add some useful tests
 
 on:
-  # Don't currently want this to run every time
+  push:
+    paths:
+      - 'integration-test.yml'
 
   workflow_dispatch:
 
@@ -75,4 +77,7 @@ jobs:
       if: always()
       run: |
         curl -sq http://localhost:8080/api/stop
+    - name: Show log
+      if: always()
+      run: |
         cat server/main.log