From ecab71234b7c9886ebe2d55570c39fe07d10c1aa Mon Sep 17 00:00:00 2001 From: Christian Henkel Date: Tue, 25 Jun 2024 15:31:36 +0200 Subject: [PATCH] removing redundant s Signed-off-by: Christian Henkel --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c81d19fa..34588e29 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,4 +47,4 @@ jobs: run: | export PATH=$PATH:${{ steps.get_smc_storm.outputs.SMC_STORM_PATH }} source /opt/ros/${{ matrix.ros-distro }}/setup.bash - pytest-3 -vss \ No newline at end of file + pytest-3 -vs