Skip to content

Do HTML unescape after submitted. Check the stdin and stdout for the … #45

Do HTML unescape after submitted. Check the stdin and stdout for the …

Do HTML unescape after submitted. Check the stdin and stdout for the … #45

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
- dev
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.7'
- name: Install packages
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
with:
VULUNSERVER_ADDR: "http://127.0.0.1:5000"
run: |

Check failure on line 29 in .github/workflows/run-tests.yml

View workflow run for this annotation

GitHub Actions / Run tests

Invalid workflow file

The workflow is not valid. .github/workflows/run-tests.yml (Line: 29, Col: 7): Unexpected value 'run' .github/workflows/run-tests.yml (Line: 26, Col: 7): Required property is missing: uses
cd tests
python vulunserver.py &
python -m unittest *.py