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 ########################################################## ##########################################################################