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:44:57 UTC

[incubator-ponymail-foal] branch master updated: Not executable

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 c434886  Not executable
c434886 is described below

commit c434886bd50b5e39e1605ddc0540f35cf4f8c025
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jan 22 15:44:47 2022 +0000

    Not executable
---
 .github/workflows/integration-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index f211d9f..4278574 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -73,7 +73,7 @@ jobs:
     - name: Server
       run: |
         cd server
-        ./main.py --apilog INFO --logger INFO
+        python main.py --apilog INFO --logger INFO
 
   tests:
     runs-on: ubuntu-latest