Skip to content

Merge pull request #7872 from drew2a/fix/7839 #396

Merge pull request #7872 from drew2a/fix/7839

Merge pull request #7872 from drew2a/fix/7839 #396

Workflow file for this run

name: Main
on:
push:
branches:
- main
env:
PYTHON_VERSION: 3.9
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: ${{ env.PYTHON_VERSION }}

Check failure on line 21 in .github/workflows/!main.yml

View workflow run for this annotation

GitHub Actions / Main

Invalid workflow file

The workflow is not valid. .github/workflows/!main.yml (Line: 21, Col: 23): Unrecognized named-value: 'env'. Located at position 1 within expression: env.PYTHON_VERSION .github/workflows/!main.yml (Line: 29, Col: 23): Unrecognized named-value: 'env'. Located at position 1 within expression: env.PYTHON_VERSION
secrets:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
pytest:
uses: ./.github/workflows/pytest.yml
with:
python-version: ${{ env.PYTHON_VERSION }}
ubuntu:
uses: ./.github/workflows/build_ubuntu.yml
with:
python-version: ${{ env.PYTHON_VERSION }}
secrets:
SENTRY_URL: ${{ secrets.SENTRY_URL }}