Skip to content

test

test #4

Workflow file for this run

name: Python CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Log directory structure
run: |
pwd
ls -R
- name: pip requirements
run: pip install -r requirements.txt
- name: Run test script
run: python -u github_workflows/action.py
- name: Print name
run: echo "Hello ${{ENV_TEST}}"

Check failure on line 31 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Python CI

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 31, Col: 14): Unrecognized named-value: 'ENV_TEST'. Located at position 1 within expression: ENV_TEST