From 23c84d42908464bd3fe99ae2045c0420727a9c96 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 | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 914aa16d..cb96991a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -36,7 +36,7 @@ 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 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",