Skip to content

Commit

Permalink
change test order
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Mar 5, 2024
1 parent bf90c9e commit 1c0012e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ jobs:
- name: wait starting of RabbitMQ and MongoDB
run: sleep 25

- name: run utils tests
run: |
export $(shell sed 's/=.*//' ${{ env.ENV_FILE }})
pytest tests/tests_utils/test_*.py
- name: run broker tests
run: |
export $(shell sed 's/=.*//' ${{ env.ENV_FILE }})
Expand All @@ -143,6 +138,11 @@ jobs:
export $(shell sed 's/=.*//' ${{ env.ENV_FILE }})
pytest tests/tests_harvester/test_*.py
- name: run utils tests
run: |
export $(shell sed 's/=.*//' ${{ env.ENV_FILE }})
pytest tests/tests_utils/test_*.py
- name: run integration tests
run: |
export $(shell sed 's/=.*//' ${{ env.ENV_FILE }})
Expand Down

0 comments on commit 1c0012e

Please sign in to comment.