From a67fae1d57d20b61b6598040a269565c645e1859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liberto=20Cam=C3=BAs?= <36001+libercv@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:49:04 +0100 Subject: [PATCH] Update run_tests_shunit2.yml --- .github/workflows/run_tests_shunit2.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_tests_shunit2.yml b/.github/workflows/run_tests_shunit2.yml index 99a67ce..0663693 100644 --- a/.github/workflows/run_tests_shunit2.yml +++ b/.github/workflows/run_tests_shunit2.yml @@ -34,10 +34,9 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: ls -a + run: ls -a shunit2/ # Runs a set of commands using the runners shell - name: Run a multi-line script run: | - echo Add other actions to build, - echo test, and deploy your project. + bash tests/test_fecha.sh