diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b37261c..f3b91d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,16 +29,16 @@ jobs: npm run build - name: Run overview showcase run: | - 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.4.1 + 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 npx tsx ./immudb-node-showcase/src/overview-showcase.ts docker stop immudb - name: Run sql showcase run: | - 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.4.1 + 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 npx tsx ./immudb-node-showcase/src/sql-showcase.ts docker stop immudb - name: Run zSet showcase run: | - 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.4.1 + 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 npx tsx ./immudb-node-showcase/src/zSet-showcase.ts docker stop immudb