Sha256: 30da3d8ce42b1b1c878c47c9d07532a3acedd942e7ee5b2e735c845a2d7fdde7

Contents?: true

Size: 1.12 KB

Versions: 21

Compression:

Stored size: 1.12 KB

Contents

version: v1.0
name: neetoCi
global_job_config:
  setup:
    - checkout
    - neetoci-version ruby 3.2.2
    - neetoci-version node 18.12
    - neetoci-service start postgres 13
    - cp test/dummy/config/database.yml.ci test/dummy/config/database.yml
    - bundle config set --local without 'development'
    - cache restore
    - bundle install --jobs 1
    - yarn install
    - cache store
    - bundle exec rake db:create db:schema:load --trace
  jobs:
    - name: CiChecks
      commands:
        - bundle exec neeto-audit
        - bundle exec rubocop
        # For eslint not to read common_files configuration
        - mv "lib/neeto_commons_backend/common_files/.eslintrc.js" "lib/neeto_commons_backend/common_files/eslintrc.js"
        - mv "lib/neeto_commons_backend/common_files/.prettierrc.js" "lib/neeto_commons_backend/common_files/prettierrc.js"
        - mv "lib/neeto_commons_backend/common_files/cypress-tests/.eslintrc.js" "lib/neeto_commons_backend/common_files/cypress-tests/eslintrc.js"
        - lib/neeto_commons_backend/common_files/.semaphore/commands/run_eslint_on_modified_files.sh
        - bundle exec rails test

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
neeto-commons-backend-1.0.109 .neetoci/neetoci.yml
neeto-commons-backend-1.0.108 .neetoci/neetoci.yml
neeto-commons-backend-1.0.107 .neetoci/neetoci.yml
neeto-commons-backend-1.0.106 .neetoci/neetoci.yml
neeto-commons-backend-1.0.105 .neetoci/neetoci.yml
neeto-commons-backend-1.0.104 .neetoci/neetoci.yml
neeto-commons-backend-1.0.103 .neetoci/neetoci.yml
neeto-commons-backend-1.0.102 .neetoci/neetoci.yml
neeto-commons-backend-1.0.101 .neetoci/neetoci.yml
neeto-commons-backend-1.0.100 .neetoci/neetoci.yml
neeto-commons-backend-1.0.99 .neetoci/neetoci.yml
neeto-commons-backend-1.0.98 .neetoci/neetoci.yml
neeto-commons-backend-1.0.97 .neetoci/neetoci.yml
neeto-commons-backend-1.0.96 .neetoci/neetoci.yml
neeto-commons-backend-1.0.95 .neetoci/neetoci.yml
neeto-commons-backend-1.0.94 .neetoci/neetoci.yml
neeto-commons-backend-1.0.93 .neetoci/neetoci.yml
neeto-commons-backend-1.0.92 .neetoci/neetoci.yml
neeto-commons-backend-1.0.91 .neetoci/neetoci.yml
neeto-commons-backend-1.0.90 .neetoci/neetoci.yml