Merge pull request #7853 from drew2a/fix/7817 #389
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Main | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
docker: | |
uses: ./.github/workflows/docker-image.yml | |
secrets: | |
DOCKER_USER: ${{ secrets.DOCKER_USER }} | |
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} | |
coverage: | |
uses: ./.github/workflows/coverage.yml | |
with: | |
python-version: 3.8 | |
secrets: | |
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }} | |
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | |
pytest: | |
uses: ./.github/workflows/pytest.yml | |
with: | |
python-version: 3.8 | |
ubuntu: | |
uses: ./.github/workflows/build_ubuntu.yml | |
with: | |
python-version: 3.8 | |
secrets: | |
SENTRY_URL: ${{ secrets.SENTRY_URL }} |