From 01c9869e2b72be514691f7c5eead1632fe682781 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 28 Oct 2023 18:07:54 +0300 Subject: phpunit - skip integration tests --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21a376c81..900dcae7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,8 @@ include: phpunit: extends: .phpunit + variables: + PHPUNIT_ARGS: --exclude integration eslint: extends: .eslint -- cgit v1.2.3