Skip to content

Commit

Permalink
add print
Browse files Browse the repository at this point in the history
  • Loading branch information
OlteanuRares committed Oct 27, 2023
1 parent a20e166 commit 5f570b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ jobs:

- name: Run Test
id: tests
run: ./run_tests.sh test_${{ matrix.python-version }}
run: |
./run_tests.sh test_${{ matrix.python-version }}
ls -al
continue-on-error: true

- name: Add context info to env
run: |
ls -al
sudo apt-get install -y --no-install-recommends libxml-xpath-perl
COVERAGE=`xpath -q -e "floor(/coverage/@line-rate * 100)" coverage.xml`
FAILED_AMOUNT=`xpath -q -e "number(/testsuites/testsuite/@failures)" junit.xml`
Expand Down

0 comments on commit 5f570b8

Please sign in to comment.