From f4ca0a63d1c99fc796e62e887b02b390a280cc9d Mon Sep 17 00:00:00 2001 From: Cafe137 Date: Wed, 6 Mar 2024 21:08:52 +0100 Subject: [PATCH] ci: use fdp-play --- .github/workflows/tests.yaml | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 914aa16d..8a120d8d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -36,11 +36,10 @@ jobs: cache: 'npm' - name: Install npm deps - run: npm install -g npm && npm ci && npm install -g @ethersphere/bee-factory + run: npm install -g npm && npm ci && npm install -g @fairdatasociety/fdp-play - # Start Bee Factory environment - - name: Start Bee Factory environment - run: npm run bee -- --verbose --detach + - name: Start fdp-play environment + run: npm run bee - name: Tests run: npm run test diff --git a/package.json b/package.json index 050a5b28..855241d2 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "lint": "eslint --fix \"src/**/*.ts\" \"test/**/*.ts\" && prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "lint:check": "eslint \"src/**/*.ts\" \"test/**/*.ts\" && prettier --check \"src/**/*.ts\" \"test/**/*.ts\"", "depcheck": "depcheck .", - "bee": "npx bee-factory start" + "bee": "npx fdp-play start --detach --bee-version 1.8.2" }, "dependencies": { "@ethersphere/swarm-cid": "^0.1.0",