Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .dev/compose.backbone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:
database:
container_name: bkb-postgres
hostname: postgres
image: postgres@sha256:1090bc3a8ccfb0b55f78a494d76f8d603434f7e4553543d6e807bc7bd6bbd17f
image: postgres@sha256:b6b4d0b75c699a2c94dfc5a94fe09f38630f3b67ab0e1653ede1b7ac8e13c197
environment:
- POSTGRES_PASSWORD=Passw0rd
- POSTGRES_DB=enmeshed
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
node-version-file: .nvmrc
- run: npm ci
- name: Start MongoDB
uses: supercharge/mongodb-github-action@v1
uses: supercharge/mongodb-github-action@1.12.1
- run: npm run build:node
- run: npm run test:ci:mongodb --workspace=@nmshd/consumption
env:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- uses: supercharge/mongodb-github-action@v1
- uses: supercharge/mongodb-github-action@1.12.1
- run: npm ci
- run: npm run build:node
- run: npm run build:schemas --workspace=@nmshd/runtime
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- run: npm ci
- run: npm run build:node
- name: Start MongoDB
uses: supercharge/mongodb-github-action@v1
uses: supercharge/mongodb-github-action@1.12.1
- run: npm run test:ci:mongodb --workspace=@nmshd/transport
env:
CONNECTION_STRING: mongodb://127.0.0.1:27017
Expand Down