enowars5-service-stldoctor

STL-Analyzing A/D Service for ENOWARS5 in 2021
git clone https://git.sinitax.com/sinitax/enowars5-service-stldoctor
Log | Files | Refs | README | LICENSE | sfeed.txt

commit ad5cba41c7e4ffec1322d28ddd6ae31c93ecce1c
parent 857e53cf30d17a1fe87b683bb26a54899760dcd8
Author: Louis Burda <quent.burda@gmail.com>
Date:   Fri,  9 Jul 2021 09:46:18 +0200

split github jobs

Diffstat:
M.github/workflows/enochecker_test.yml | 17+++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/enochecker_test.yml b/.github/workflows/enochecker_test.yml @@ -11,6 +11,17 @@ on: - cron: "0 0 * * *" jobs: + lint: + runs-on: self-hosted + steps: + - uses: enowars/action-cleanup-runner@v1 + - uses: actions/checkout@v2 + - name: Test checker style + run: | + cd checker + pip install -r src/requirements.txt + pip install -r dev-requirements.txt + make lint build: runs-on: self-hosted env: @@ -28,12 +39,6 @@ jobs: run: | python -m pip install --upgrade pip pip install enochecker-test - - name: Test checker style - run: | - cd checker - pip install -r src/requirements.txt - pip install -r dev-requirements.txt - make lint - name: Start service run: | cd service