Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #66

Closed
wants to merge 21 commits into from
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
echo "PR does not contain no-changelog label";
echo "Checking if changelog is modified";
echo "If this test fails add the no-changelog label to the PR or modify the changelog"
python -m pkgmt.fail_if_invalid_changelog -b origin/main -i CHANGELOG.md
python -m pkgmt.fail_if_invalid_changelog -b origin/main --debug
fi
else
exit 0
Expand Down
Empty file added file1.txt
Empty file.
Empty file added file2.py
Empty file.
2 changes: 1 addition & 1 deletion tests/test_sample.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def test_example():
assert 1 + 1 == 2
assert 1 + 6 == 7
Loading