Skip to content

Commit

Permalink
gh-action - publish - add test for psr installed
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Dec 18, 2020
1 parent fe23035 commit 4accb02
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,13 @@ jobs:
docker run ${{ env.IMAGE_TAG_LOCAL }} python3 --version
echo "Test pip3 installed"
docker run ${{ env.IMAGE_TAG_LOCAL }} pip3 --version
echo "Test oc installed
echo "Test ploigos-step-runner is installed"
docker run ${{ env.IMAGE_TAG_LOCAL }} pip show ploigos-step-runner
echo "Test psr CLI works"
docker run ${{ env.IMAGE_TAG_LOCAL }} psr --help
echo "Test oc installed"
docker run ${{ env.IMAGE_TAG_LOCAL }} oc version
echo "Test git installed
echo "Test git installed"
docker run ${{ env.IMAGE_TAG_LOCAL }} git version
echo "Test yq installed"
docker run ${{ env.IMAGE_TAG_LOCAL }} yq --version
Expand Down

0 comments on commit 4accb02

Please sign in to comment.