From c5f61970ec7e661d2ee0aebf4a67fc4bd869fc79 Mon Sep 17 00:00:00 2001 From: Rodrigo Ceccato Date: Wed, 7 Aug 2024 14:35:52 -0300 Subject: [PATCH] [Fixup] Use a valid command to test binary path --- .github/workflows/python-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 2b681c1..2e73840 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -30,4 +30,4 @@ jobs: task lint - name: Check package binary run: | - spinner -h \ No newline at end of file + spinner --help \ No newline at end of file