Skip to content

Commit 0aef021

Browse files
committed
Fixes erroneous invocation in github-action script.
1 parent 6c89de2 commit 0aef021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-rss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
pip install requests
2929
3030
- name: Test RSS feed
31-
run: python test_rss_feed.py
31+
run: python -m tests.test_rss_feed

0 commit comments

Comments
 (0)