Skip to content

Commit

Permalink
remove debugging commands
Browse files Browse the repository at this point in the history
  • Loading branch information
maxeeem committed Jan 24, 2024
1 parent abc2057 commit e0be2a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:

- name: Compare test results
run: |
ls
less output-pr.txt
diff -u ./test-report/output-dev.txt output-pr.txt | diff2html -i stdin -F test-diff.html
diff -u output-dev.txt output-pr.txt | diff2html -i stdin -F test-diff.html
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e0be2a0

Please sign in to comment.