From 0754d7ae84f65f96ff58b9719f9e426d8567df78 Mon Sep 17 00:00:00 2001 From: Emillio Mariscal Date: Mon, 23 Oct 2023 22:22:18 -0400 Subject: [PATCH] Testing GitHub action yaml file --- .github/workflows/run_tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index d616ff7a..90330f65 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -31,9 +31,9 @@ jobs: # Run individual test for testing - name: Run individual test run: | - docker-compose -f docker-compose.yml exec -T underpass sh -c "/code/build/src/testsuite/libunderpass.all/yaml-test" - exit_code=$? - if [ $exit_code -ne 0 ]; then - echo "Test failed with exit code $exit_code" - exit $exit_code - fi + docker-compose -f docker-compose.yml exec -T underpass sh -c "/code/build/src/testsuite/libunderpass.all/yaml-test" + exit_code=$? + if [ $exit_code -ne 0 ]; then + echo "Test failed with exit code $exit_code" + exit $exit_code + fi