Skip to content
Snippets Groups Projects
Select Git revision
  • c3e34039e9dce1814931de29009ca8f14f3f3c1a
  • main default protected
  • v0.10
  • 0.10.6
  • 0.10.5
  • 0.10.4
  • 0.10.3
  • 0.10.2
  • 0.10.1
  • 0.10.0
  • 0.9.1
  • 0.9.0
12 results

.gitlab-ci.yml

Blame
  • .gitlab-ci.yml 220 B
    variables:
      IS_LIBRARY: 1
    
    include: 'https://gitlab.wpdesk.dev/wpdesk/gitlab-ci/raw/master/gitlab-ci-1.2.yml'
    
    unit test lastest:
      script:
        - composer test
    
    unit test lastest coverage:
      script:
        - composer test