Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Muntean committed Jun 14, 2024
1 parent 2d389ca commit 84a8581
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
# Fake install cloned collection (required for molecule)
mkdir -p $HOME/.ansible/collections/$COLLECTION_NAMESPACE
ln -s ansible_collections/$COLLECTION_NAMESPACE/$COLLECTION_NAME $HOME/.ansible/collections/$COLLECTION_NAMESPACE/$COLLECTION_NAME
# - name: Sanity checks
# run: |
# ansible-test sanity --docker -v --color --python ${{ env.python_ver }}
Expand All @@ -90,12 +91,7 @@ jobs:
run: |
cd ${{ env.NEW_REPO_LOC }}
export TESTTEST=/home/runner/work/spm-middleware/spm-middleware/ansible_collections/merative/spm_middleware/plugins/modules
export DEFAULT_MODULE_PATH=$(pwd)/plugins/modules
echo "$DEFAULT_MODULE_PATH"
echo "LS DEFAULT_MODULE_PATH"
ls $DEFAULT_MODULE_PATH
cat $DEFAULT_MODULE_PATH/iim_info.py
echo "DEFAULT_MODULE_PATH: $DEFAULT_MODULE_PATH"
ls -la
molecule test -s ${{ matrix.scenario }}

0 comments on commit 84a8581

Please sign in to comment.