Skip to content

Commit

Permalink
ci: patch prepare environment job
Browse files Browse the repository at this point in the history
  • Loading branch information
petarTxFusion committed Jan 19, 2024
1 parent 4e4fd56 commit 58c32b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Wait for local-setup to be ready
run: make wait
- name: Prepare environment
run: make prepare-tests
run: make prepare-environment
- name: Run tests
run: make run-tests
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
run-tests:
python -m unittest discover -s tests

prepare-test:
prepare-environment:
python scripts/setup.py

check-code-format:
Expand Down

0 comments on commit 58c32b2

Please sign in to comment.