File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ jobs:
29
29
npm run build
30
30
- name : Run overview showcase
31
31
run : |
32
- docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9DOM
32
+ docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9.3
33
33
npx tsx ./immudb-node-showcase/src/overview-showcase.ts
34
34
docker stop immudb
35
35
- name : Run sql showcase
36
36
run : |
37
- docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9DOM
37
+ docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9.3
38
38
npx tsx ./immudb-node-showcase/src/sql-showcase.ts
39
39
docker stop immudb
40
40
- name : Run zSet showcase
41
41
run : |
42
- docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9DOM
42
+ docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9.3
43
43
npx tsx ./immudb-node-showcase/src/zSet-showcase.ts
44
44
docker stop immudb
You can’t perform that action at this time.
0 commit comments