Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
run: npm ci

- name: Install global dependencies
run: npm install --global bee-dev @ethersphere/bee-factory @ethersphere/swarm-cli npxie@2.8.1
run: npm install --global bee-dev @ethersphere/bee-factory @ethersphere/swarm-cli npxie

- name: Run bee-dev
run: bee-dev --port 16337 &

- name: Start bee-factory
run: bee-factory start --tag v2.7.1
run: bee-factory start --tag v2.8.0

- name: Create managed postage batch
run: echo "JEST_MANAGED_BATCH_ID=$(swarm-cli stamp buy --depth 20 --amount 1b --quiet)" >> $GITHUB_ENV
Expand Down
Loading