mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
- workflow jobs aint gonna do the job for now
This commit is contained in:
parent
129339e11f
commit
b202241ff1
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@ -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 ##########################################################
|
||||
##########################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user