File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 52
52
run : npm ci # or pnpm install / yarn install / bun install
53
53
- name : Build with VitePress
54
54
run : |
55
+ rm -f src/_exec_log.md
55
56
npm run docs:build
56
57
ls -l src
57
58
ls -l .vitepress/dist
Original file line number Diff line number Diff line change 41
41
}
42
42
43
43
@test " Create the rdf-canon objects" {
44
+ export contract=${algo} _rdf-canon-objects
44
45
cat << EOF > $SRC /unsecuredDocument.data.json
45
46
{
46
47
"unsecuredDocument": {
61
62
}
62
63
}
63
64
EOF
64
- export contract=" ecdsa_rdf-canon-objects"
65
65
input data $SRC /unsecuredDocument.data.json
66
66
input keys $SRC /${algo} _keyring.out.json
67
67
cat << EOF > $SRC /${contract} .slang
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ setup_file() {
28
28
}
29
29
30
30
@test " Create the keyring and document" {
31
- export contract=eddsa_keyring
31
+ export contract=${algo} _keyring
32
32
cat << EOF > $SRC /eddsa_keyring.keys.json
33
33
{ "w3c test key": "c96ef9ea10c5e414c471723aff9de72c35fa5b70fae97e8832ecac7d2e2b8ed6" }
34
34
EOF
You can’t perform that action at this time.
0 commit comments