From 59b961fff27aa9860e22693067b353775b44f224 Mon Sep 17 00:00:00 2001 From: kimgajin <117082452+kimgajin@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:53:10 +0900 Subject: [PATCH] Update python-app.yml --- .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 d37ce1b..5420c17 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -41,4 +41,4 @@ jobs: pylint *.py - name: Test with pytest run: | - pytest *.py + pytest