Skip to content

Commit d477f03

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

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/pr.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,15 @@ 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
55+
echo "Go version:"
56+
go version
4957
-
5058
name: Cache go modules
5159
id: cache-mod

0 commit comments

Comments
 (0)