Skip to content

Commit db987be

Browse files
committed
tmp
Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent 99d367a commit db987be

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pr.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,13 @@ jobs:
4545
mkdir -p ~/bin
4646
cp ~/cache/operator-sdk-${OPERATOR_SDK_VERSION} ~/bin/operator-sdk
4747
echo "$HOME/bin" >> $GITHUB_PATH
48-
48+
-
49+
name: Test Operator SDK ${{ env.OPERATOR_SDK_VERSION }}
50+
run: |
51+
echo "Operator SDK version:"
52+
operator-sdk version
53+
echo "Which operator-sdk:"
54+
which operator-sdk
4955
-
5056
name: Cache go modules
5157
id: cache-mod

0 commit comments

Comments
 (0)