Skip to content

Commit

Permalink
Move rcnd and make cli commands tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed Aug 30, 2024
1 parent 8f17949 commit 94cba89
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/python
python -m unittest discover -s $GITHUB_WORKSPACE/python/tests -t $GITHUB_WORKSPACE/python/tests
- name: Test CLI commands
run: |
source environment.bash
echo "rcnd command is running"
rcnd
echo "rcdb command is running"
rcdb
4 changes: 4 additions & 0 deletions bin/rcnd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

/usr/bin/env python $RCDB_HOME/python/rcdb/rcnd.py "$@"

4 changes: 0 additions & 4 deletions rcnd

This file was deleted.

0 comments on commit 94cba89

Please sign in to comment.