Skip to content

Commit

Permalink
last
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinhara committed Jul 8, 2024
1 parent 4f113ea commit c4a99c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,11 @@ jobs:
run: |
python -m pip install pytest
- name: Run tests
run: pytest
- name: Run tests and capture output
run: |
pytest /venv/script.py > test_output.txt
cat test_output.txt # Print the captured output
- name: Print part (test)
run: |
echo "test"
File renamed without changes.

0 comments on commit c4a99c1

Please sign in to comment.