Merge pull request #2087 from aandvalenzuela/parser-add-job #71
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: test-changes | |
on: | |
push: | |
paths: | |
- jenkins/parser/jobs-config.json | |
pull_request: | |
paths: | |
- jenkins/parser/jobs-config.json | |
jobs: | |
configfile-sanity-checks: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone github repo | |
uses: actions/checkout@v2 | |
- name: Setup python3 | |
uses: actions/setup-python@v2 | |
with: | |
python-version: '3.x' | |
architecture: x64 | |
- name: Checking job's configuration in parser job | |
run: PYTHONPATH=. python jenkins/parser/paser-config-unittest.py |