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 84e493f commit 3bed28a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
python -m pip install pytest
- name: Run tests
run: pytest
run: pytest /venv/script
4 changes: 2 additions & 2 deletions venv/script.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# def run_me():
# return "Hello from other_script!"
def test_example():
assert 1 + 1 == 2

0 comments on commit 3bed28a

Please sign in to comment.