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 ##################################################################
|
# JOB: LINT ##################################################################
|
||||||
##############################################################################
|
##############################################################################
|
||||||
lint:
|
#lint:
|
||||||
name: Lint
|
# name: Lint
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
needs: prepare
|
# needs: prepare
|
||||||
steps:
|
# steps:
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# CHECKOUT CODE ##########################################################
|
# CHECKOUT CODE ##########################################################
|
||||||
##########################################################################
|
##########################################################################
|
||||||
@ -98,11 +98,11 @@ jobs:
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# JOB: UNIT TESTS ############################################################
|
# JOB: UNIT TESTS ############################################################
|
||||||
##############################################################################
|
##############################################################################
|
||||||
unit_tests:
|
#unit_tests:
|
||||||
name: Unit Tests
|
# name: Unit Tests
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
needs: prepare
|
# needs: prepare
|
||||||
steps:
|
# steps:
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# CHECKOUT CODE ##########################################################
|
# CHECKOUT CODE ##########################################################
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user