From b6bc11bfea424469d8460f30a73fe4662731cd54 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Mon, 27 May 2024 18:10:16 +0200 Subject: [PATCH] removed unused step --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d00956a..e56540f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,5 +30,4 @@ jobs: name: All tests passed needs: [test] steps: - - run: echo '::warn::Finished job' - run: echo '### Good job! All the tests passed 🚀' >> $GITHUB_STEP_SUMMARY \ No newline at end of file