Skip to content

Commit

Permalink
Commented out tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrand-new committed Sep 22, 2023
1 parent 6eb8923 commit 3454ebb
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ jobs:
matrix:
build_type: [Release]
ros_distro: [humble]
os: [ubuntu-latest]
os: [ubuntu-20.04]
steps:
- uses: conda-incubator/setup-miniconda@v2
with:
Expand Down Expand Up @@ -523,25 +523,25 @@ jobs:
run: |
build-wrapper-linux-x86-64 --out-dir build_wrapper_output_directory cmake --build build --config Profile
- name: Run tests
run: |
# Download CTest2JUnit.xsl
wget https://raw.githubusercontent.com/zanata/zanata-tests/master/scripts/CTest2JUnit.xsl -O CTest2JUnit.xsl
# - name: Run tests
# run: |
# # Download CTest2JUnit.xsl
# wget https://raw.githubusercontent.com/zanata/zanata-tests/master/scripts/CTest2JUnit.xsl -O CTest2JUnit.xsl

# -T Test produces the xml output with the results
cd build && ctest -T test --rerun-failed --output-on-failure --verbose -C ${{ matrix.build_type }}
xsltproc CTest2JUnit.xsl build/Testing/$(head -n 1 < build/Testing/TAG)/Test.xml > build/JUnitTestResults.xml
# # -T Test produces the xml output with the results
# cd build && ctest -T test --rerun-failed --output-on-failure --verbose -C ${{ matrix.build_type }}
# xsltproc CTest2JUnit.xsl build/Testing/$(head -n 1 < build/Testing/TAG)/Test.xml > build/JUnitTestResults.xml

- name: Print tests results file
run: |
xmllint --format build/JUnitTestResults.xml | source-highlight -s xml --out-format=esc -o STDOUT
# - name: Print tests results file
# run: |
# xmllint --format build/JUnitTestResults.xml | source-highlight -s xml --out-format=esc -o STDOUT

- name: Print ccache stats after build
run: |
set -x
# - name: Print ccache stats after build
# run: |
# set -x

# Print ccache stats
ccache -s
# # Print ccache stats
# ccache -s

- name: Capture coverage info
run: |
Expand Down

0 comments on commit 3454ebb

Please sign in to comment.