Skip to content

Commit

Permalink
fix: fixed workflow to install bee-factory properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Jun 22, 2024
1 parent d76f8db commit cdbbdaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build
name: Release

on: [push, pull_request]
on:
push:
tags:
- 'v*'
## - release

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
run: |
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]];
then
npm install -g @ethersphere/bee-factory
bee-factory start --detach 1.15.0-rc2
hatch run test:pytest --cache-clear
else
hatch run test:test_unit_only
Expand Down

0 comments on commit cdbbdaf

Please sign in to comment.