Skip to content

Commit

Permalink
ci: Drop test and lint jobs still running on GitLab CI (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jun 28, 2022
1 parent b94e7e4 commit 44b48c8
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,6 @@ license_scanning:
dependencies:
- generate_requirements

build_and_test:
stage: test
parallel:
matrix:
- PYTHON_VERSION: ["3.7", "3.8", "3.9", "3.10"]
image: python:${PYTHON_VERSION}
script:
- |
if [[ "$CI_PROJECT_NAMESPACE" == "meltano" ]]
then
echo "Run full test suite using 'py${PYTHON_VERSION//./}' tox env config..."
poetry run tox -e py
else
echo "Run 'core' and 'cookiecutter' python test suites..."
poetry run pytest --doctest-modules singer_sdk
poetry run pytest tests/core
poetry run pytest tests/cookiecutters
fi
pypi_publish:
# release:
# name: '$CI_COMMIT_TAG'
Expand Down

0 comments on commit 44b48c8

Please sign in to comment.