Skip to content

Commit

Permalink
fix: fixed typo in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Jun 22, 2024
1 parent 45a167d commit 6ffa028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]];
then
bee-factory start --detach 1.15.0-rc2
hatch run test:pyest --cache-clear
hatch run test:pytest --cache-clear
else
hatch run test:test_unit_only
fi

0 comments on commit 6ffa028

Please sign in to comment.