Skip to content

Commit

Permalink
test: fixed workflows to run run bee test node for linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Jun 22, 2024
1 parent 2385e53 commit ed14577
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ jobs:
run: |
npm install -g @ethersphere/bee-factory
- name: Run Bee Factory
run: |
bee-factory start --detach 1.15.0-rc2
# - name: Run Bee Factory
# run: |
# bee-factory start --detach 1.15.0-rc2
- name: Run Tests
run: |
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]];
then
bee-factory start --detach 1.15.0-rc2
hatch run test:pyest --cache-clear
else
hatch run test:test_unit_only
Expand Down

0 comments on commit ed14577

Please sign in to comment.