Skip to content

Commit df222c2

Browse files
committed
ci: removed mock_tests run from pipeline
1 parent ca33657 commit df222c2

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build-and-test-mlbstatsapi-prd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
virtualenvs-in-project: true
2626
- name: Install dependencies
2727
run: poetry install --no-interaction
28-
- name: Test with mocks with pytest
29-
run: poetry run pytest tests/mock_tests/
3028
- name: Test external tests with pytest
3129
run: poetry run pytest tests/external_tests/
3230
- name: Build package

.github/workflows/build-and-test-mlbstatsapi-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
virtualenvs-in-project: true
2626
- name: Install dependencies
2727
run: poetry install --no-interaction
28-
- name: Test with mocks with pytest
29-
run: poetry run pytest tests/mock_tests/
3028
- name: Test external tests with pytest
3129
run: poetry run pytest tests/external_tests/
3230
- name: Build package

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
virtualenvs-in-project: true
2727
- name: Install dependencies
2828
run: poetry install --no-interaction
29-
- name: Test with mocks with pytest
30-
run: poetry run pytest tests/mock_tests/
3129
- name: Test external tests with pytest
3230
run: poetry run pytest tests/external_tests/
3331
- name: Build package

0 commit comments

Comments
 (0)