Skip to content

Commit

Permalink
Run ceramic-one containers from test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam committed Jul 2, 2024
1 parent 5f94eb5 commit 357e549
Show file tree
Hide file tree
Showing 13 changed files with 482 additions and 340 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
name: Run integration tests
runs-on: ubuntu-latest

services:
ceramic:
image: public.ecr.aws/r5b3e0r5/3box/ceramic-one:latest
env:
CERAMIC_ONE_BIND_ADDRESS: 0.0.0.0:5001
CERAMIC_ONE_NETWORK: in-memory
CERAMIC_ONE_STORE_DIR: /
ports:
- 5001:5001
# services:
# ceramic:
# image: public.ecr.aws/r5b3e0r5/3box/ceramic-one:latest
# env:
# CERAMIC_ONE_BIND_ADDRESS: 0.0.0.0:5001
# CERAMIC_ONE_NETWORK: in-memory
# CERAMIC_ONE_STORE_DIR: /
# ports:
# - 5001:5001

steps:
- name: Checkout repository
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"test:ci": "turbo run test:ci -- --passWithNoTests"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@biomejs/biome": "1.8.3",
"@jest/globals": "^29.7.0",
"@swc/cli": "^0.3.14",
"@swc/core": "^1.6.5",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.6",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.8",
"del-cli": "^5.1.0",
"jest": "^29.7.0",
"tsx": "^4.15.7",
"turbo": "^2.0.5",
"typescript": "^5.5.2"
"tsx": "^4.16.0",
"turbo": "^2.0.6",
"typescript": "^5.5.3"
},
"pnpm": {
"overrides": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/document-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@ceramic-sdk/key-did": "workspace:^",
"@ceramic-sdk/model-protocol": "workspace:^",
"dids": "^5.0.2",
"multiformats": "^13.1.1",
"multiformats": "^13.1.3",
"ts-essentials": "^10.0.1"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/document-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"object-sizeof": "^2.6.4"
},
"devDependencies": {
"multiformats": "^13.1.1",
"multiformats": "^13.1.3",
"ts-essentials": "^10.0.1"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"caip": "^1.1.1",
"did-session": "^3.1.0",
"dids": "^5.0.2",
"viem": "^2.16.2"
"viem": "^2.16.5"
},
"jest": {
"extensionsToTreatAsEsm": [".ts"],
Expand Down
2 changes: 1 addition & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"cartonne": "^3.0.1",
"codeco": "^1.2.3",
"dag-jose": "^5.1.0",
"multiformats": "^13.1.1",
"multiformats": "^13.1.3",
"multihashes-sync": "^2.0.0",
"uint8arrays": "^5.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/identifiers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@ipld/dag-cbor": "^9.2.1",
"codeco": "^1.2.3",
"mapmoize": "^1.2.1",
"multiformats": "^13.1.1",
"multiformats": "^13.1.3",
"uint8arrays": "^5.1.0",
"varint": "^6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/model-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@didtools/codecs": "^3.0.0",
"@types/lodash.ismatch": "^4.4.9",
"json-schema-typed": "^8.0.1",
"multiformats": "^13.1.1"
"multiformats": "^13.1.3"
},
"jest": {
"extensionsToTreatAsEsm": [".ts"],
Expand Down
2 changes: 1 addition & 1 deletion packages/model-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@ceramic-sdk/ethereum-did": "workspace:^",
"json-schema-typed": "^8.0.1",
"multiformats": "^13.1.1",
"multiformats": "^13.1.3",
"ts-essentials": "^10.0.1"
},
"jest": {
Expand Down
Loading

0 comments on commit 357e549

Please sign in to comment.