diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b06a10..825d7f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file diff --git a/Makefile b/Makefile index e526a68..8a08912 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ run-tests: python -m unittest discover -s tests -prepare-test: +prepare-environment: python scripts/setup.py check-code-format: