Release #12
release.yml
on: workflow_dispatch
Determine if release is needed
Run integration tests
run_unit_tests
/
...
/
Check Python-based Time Server
run_unit_tests
/
...
/
Check Typescript-based Weather Alerts Server
run_unit_tests
/
...
/
Check Python library
run_unit_tests
/
...
/
Check Typescript chatbot
run_unit_tests
/
...
/
Check Typescript library
Release the new version
Annotations
1 error
|
Invalid workflow file:
.github/workflows/release.yml#L105
The workflow is not valid. .github/workflows/release.yml (Line: 105, Col: 5): Unexpected value 'runs-on' .github/workflows/release.yml (Line: 106, Col: 5): Unexpected value 'steps'
|