Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8bd6bc9 authored by Hasib Prince's avatar Hasib Prince
Browse files

dummy_job is added

parent 8ce17463
Loading
Loading
Loading
Loading
Loading
+10 −7
Original line number Diff line number Diff line
@@ -18,6 +18,16 @@ cache:
  paths:
    - .gradle/

lint:
  stage: build
  script:
    - ./gradlew lintRelease
    - echo "lint issue checked"

dummy_job:
  stage: build
  script:
    - echo "test job is running"

test:
  allow_failure: true
@@ -33,13 +43,6 @@ test:
    reports:
      junit: app/build/test-results/*/TEST-*.xml


lint:
  stage: build
  script:
    - ./gradlew lintRelease


build:
  stage: build
  script: