File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,24 @@ jobs:
4949 if [ "$CML_VER" != '0.3.0' ]; then
5050 exit 1
5151 fi
52+ - name : local action with git url
53+ uses : ./
54+ with :
55+ version : ' git://github.com:iterative/cml.git#6a387a23650f20fd5eb81bc0f63a9bfc6f98882e'
56+ - name : test CML specific version
57+ if : matrix.system != 'windows-latest'
58+ run : |
59+ CML_VER="$(cml-publish --version 2>&1)"
60+ if [ "$CML_VER" != '0.8.1' ]; then
61+ exit 1
62+ fi
5263 - name : local action with defaults
5364 uses : ./
5465 - name : test CML latest version
5566 if : matrix.system != 'windows-latest'
5667 run : |
5768 CML_VER="$(cml-publish --version 2>&1)"
58- if [ "$CML_VER" == '0.3.0 ' ]; then
69+ if [ "$CML_VER" == '0.8.1 ' ]; then
5970 exit 1
6071 fi
6172 - name : test CML
You can’t perform that action at this time.
0 commit comments