We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d4a58 commit e9faa34Copy full SHA for e9faa34
.github/workflows/build.yml
@@ -29,8 +29,7 @@ jobs:
29
npm run build
30
- name: Run immudb
31
run: |
32
- docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 codenotary/immudb:1.3.2
+ docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 codenotary/immudb:1.3.2
33
- name: Run showcase
34
35
- cd immudb-node-showcase
36
- npx ts-node --esm ./src/scanning.ts
+ npx ts-node --esm ./immudb-node-showcase/src/overview-showcase.ts
0 commit comments