Skip to content

Commit

Permalink
15
Browse files Browse the repository at this point in the history
  • Loading branch information
sfarouq-ext committed Feb 12, 2024
1 parent 51d4d5d commit e33289b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/robot-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,10 @@ jobs:
ls -l
ls -l tests
pip install --upgrade pip
xml2json tests/output.xml -o output.json
cd tests/
xml2json output.xml -o output.json
ls -l tests
cp tests/output.json /tmp/
cp output.json /tmp/
echo "Listing files in /runner/_work/centreon-collect/centreon-collect/"
ls -l /runner/_work/centreon-collect/centreon-collect/
shell: bash
Expand Down

0 comments on commit e33289b

Please sign in to comment.