From 5213feabecac0cd6c1b8e4a5b727354356ff4097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Martinez?= Date: Thu, 3 Aug 2023 14:06:21 +0200 Subject: [PATCH] CI use all action fix #27 --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index bf2a0bc..66888d0 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -22,4 +22,4 @@ jobs: - name: Install gepetuto and its dependencies run: pipx install -e . - name: check with gepetuto - run: cd tests && gepetuto -vva + run: cd tests && gepetuto -vva all