Skip to content

Commit e9faa34

Browse files
committed
renamed main showcase
1 parent 58d4a58 commit e9faa34

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
npm run build
3030
- name: Run immudb
3131
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
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
3333
- name: Run showcase
3434
run: |
35-
cd immudb-node-showcase
36-
npx ts-node --esm ./src/scanning.ts
35+
npx ts-node --esm ./immudb-node-showcase/src/overview-showcase.ts

0 commit comments

Comments
 (0)