File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,24 +35,31 @@ jobs:
3535 runs-on : ubuntu-24.04
3636 needs : build
3737 steps :
38- - name : Download all workflow run artifacts
39- uses : actions/download-artifact@v5
40- - run : find .
41- - run : eactest.com
38+ - uses : actions/download-artifact@v5
39+ - run : ./eactest.com
4240 - run : openssl ecparam -out ZZATCVCA00001.pem -name prime192v1 -genkey -param_enc explicit
4341 - run : openssl pkcs8 -topk8 -nocrypt -in ZZATCVCA00001.pem -outform DER -out ZZATCVCA00001.pkcs8
44- - run : cvc-create.com --role=cvca --type=at --chr=ZZATCVCA00001 --expires=`date --date="next year" "+%^y%^m%^d"` --sign-with=ZZATCVCA00001.pkcs8 --scheme=ECDSA_SHA_256 --rid
45- - run : cvc-print.com --help
42+ - run : ./cvc-create.com --role=cvca --type=at --chr=ZZATCVCA00001 --expires=`date --date="next year" "+%^y%^m%^d"` --sign-with=ZZATCVCA00001.pkcs8 --scheme=ECDSA_SHA_256 --rid
43+ - run : find .
44+ - run : ./cvc-print.com --help
4645
4746 test-macos :
4847 runs-on : macos-14
4948 needs : build
5049 steps :
51- - name : Download all workflow run artifacts
52- uses : actions/download-artifact@v5
53- - run : find .
54- - run : eactest.com
50+ - uses : actions/download-artifact@v5
51+ - run : ./eactest.com
5552 - run : openssl ecparam -out ZZATCVCA00001.pem -name prime192v1 -genkey -param_enc explicit
5653 - run : openssl pkcs8 -topk8 -nocrypt -in ZZATCVCA00001.pem -outform DER -out ZZATCVCA00001.pkcs8
57- - run : cvc-create.com --role=cvca --type=at --chr=ZZATCVCA00001 --expires=`date --date="next year" "+%^y%^m%^d"` --sign-with=ZZATCVCA00001.pkcs8 --scheme=ECDSA_SHA_256 --rid
58- - run : cvc-print.com --help
54+ - run : ./cvc-create.com --role=cvca --type=at --chr=ZZATCVCA00001 --expires=`date --date="next year" "+%^y%^m%^d"` --sign-with=ZZATCVCA00001.pkcs8 --scheme=ECDSA_SHA_256 --rid
55+ - run : find .
56+ - run : ./cvc-print.com --help
57+
58+ test-windows :
59+ runs-on : windows-2025
60+ needs : build
61+ steps :
62+ - uses : actions/download-artifact@v5
63+ - run : eactest.com
64+ - run : ./cvc-create.com --help
65+ - run : ./cvc-print.com --help
You can’t perform that action at this time.
0 commit comments