Skip to content
Snippets Groups Projects

feat: remove compilation command

Open Bartek Jaskulski requested to merge v0.10 into main
1 file
+ 1
5
Compare changes
  • Side-by-side
  • Inline
+ 1
5
@@ -3,10 +3,6 @@ variables:
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:
test:unit:
script:
- composer test
Loading