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 f4ca0a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 f4ca0a6

Please sign in to comment.