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/22 15:42:09 UTC

[incubator-ponymail-foal] branch master updated: Duh

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 cbceb41  Duh
cbceb41 is described below

commit cbceb41d436d9aac787ebaa4fcd0ca8d9e6947a4
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jan 22 15:42:02 2022 +0000

    Duh
---
 .github/workflows/integration-tests.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index 8618acb..f211d9f 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -70,10 +70,10 @@ jobs:
       run: |
         python -m pip install --upgrade pip
         pip install -r server/requirements.txt
-    - name: server
+    - name: Server
       run: |
         cd server
-        ./main --apilog INFO --logger INFO
+        ./main.py --apilog INFO --logger INFO
 
   tests:
     runs-on: ubuntu-latest