Skip to content

Commit

Permalink
ci: use fdp-play
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Mar 6, 2024
1 parent acf1880 commit 23c84d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 23c84d4

Please sign in to comment.