We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd3113 commit 879de84Copy full SHA for 879de84
1 file changed
.github/workflows/tests.yaml
@@ -32,6 +32,9 @@ jobs:
32
- name: Install swarm-cli
33
run: npm install --global @ethersphere/swarm-cli
34
35
+ - name: Run bee-dev
36
+ run: npx bee-dev --port 16337 &
37
+
38
- name: Start fdp-play environment
39
run: fdp-play start --detach --fresh --bee-version d0aa8b9-commit
40
0 commit comments