Skip to content

Commit e501849

Browse files
committed
fix: update CLI commands in GitHub Actions workflow
- Change CLI command execution to use the Python module syntax for yokedcache - Ensure consistency and proper execution of commands in the CI workflow
1 parent 3a1caf4 commit e501849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ jobs:
9393
9494
- name: Test CLI
9595
run: |
96-
yokedcache ping
97-
yokedcache stats --format json
96+
python -m yokedcache.cli ping
97+
python -m yokedcache.cli stats --format json

0 commit comments

Comments
 (0)