Skip to content

Commit

Permalink
Update ci-cpp-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vanya-beat authored Oct 11, 2024
1 parent 2c11bfc commit dc01fe0
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci-cpp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ jobs:
cd build
cmake ..
cmake --build .
GTEST_OUTPUT=xml:test-results/ GTEST_COLOR=1 ctest -V
cd ..
bash docker/run_tasks/run.sh
"
# Optionally, retrieve test results
Expand All @@ -99,9 +98,9 @@ jobs:
docker stop cpp_course_container
docker rm cpp_course_container
- name: Upload test results (Загрузка результатов тестов)
if: failure() || always()
uses: actions/upload-artifact@v3
with:
name: test_results_xml
path: ./test-results/**/*.xml
# - name: Upload test results (Загрузка результатов тестов)
# if: failure() || always()
# uses: actions/upload-artifact@v3
# with:
# name: test_results_xml
# path: ./test-results/**/*.xml

0 comments on commit dc01fe0

Please sign in to comment.