- workflow jobs aint gonna do the job for now

This commit is contained in:
Ulf Gebhardt 2021-01-30 04:03:12 +01:00
parent 129339e11f
commit b202241ff1
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

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