commit 2d944962f3e35c0fee7acfac29540c181f07731b Author: vivekvardhanadepu Date: Sat Jul 17 13:24:42 2021 +0530 running check_config.py test as a different job diff --git a/.github/workflows/training.yml b/.github/workflows/training.yml index 92f9149..430702f 100644 --- a/.github/workflows/training.yml +++ b/.github/workflows/training.yml @@ -7,14 +7,23 @@ on: branches: [main] jobs: + check_config: + name: Running check_config.py before installing the dependencies + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + + - name: run + run: python3 check_config.py tests/training/config.toml + training: name: lexical selection training runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Running check_config.py(before installation of prerequisites) - run: python3 check_config.py tests/training/config.toml + # - name: Running check_config.py(before installation of prerequisites) + # run: python3 check_config.py tests/training/config.toml - name: Installing apertium dependencies run: |