From b202241ff1dd437bcab7026b3e154f0784fb69d4 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 30 Jan 2021 04:03:12 +0100 Subject: [PATCH] - workflow jobs aint gonna do the job for now --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2554c0c85..9155ac7c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,11 +74,11 @@ jobs: ############################################################################## # JOB: LINT ################################################################## ############################################################################## - lint: - name: Lint - runs-on: ubuntu-latest - needs: prepare - steps: + #lint: + # name: Lint + # runs-on: ubuntu-latest + # needs: prepare + # steps: ########################################################################## # CHECKOUT CODE ########################################################## ########################################################################## @@ -98,11 +98,11 @@ jobs: ############################################################################## # JOB: UNIT TESTS ############################################################ ############################################################################## - unit_tests: - name: Unit Tests - runs-on: ubuntu-latest - needs: prepare - steps: + #unit_tests: + # name: Unit Tests + # runs-on: ubuntu-latest + # needs: prepare + # steps: ########################################################################## # CHECKOUT CODE ########################################################## ##########################################################################