Skip to content

Commit

Permalink
exclude elastic from oss setup
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Feb 27, 2024
1 parent 175c3d0 commit ac680fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
project-edition: 'oss'
test-suite: '--profile=browser --suite=admin-ui-full'
test-setup-phase-1: '--profile=regression --suite=setup-oss --mode=standard'
test-setup-phase-1: '--profile=regression --suite=setup-oss --mode=standard --tags=~@IbexaContent&&~@IbexaExperience&&~@IbexaCommerce'
multirepository: true
timeout: 40
php-image: "ezsystems/php:8.1-v2-node16"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Multirepository setup for testing with Elastic

@multirepository
@multirepository @IbexaContent @IbexaExperience @IbexaCommerce
Scenario: Set up new connection and make the default one unaccessible
Given I append configuration to "parameters" in "config/packages/ibexa_elasticsearch.yaml"
"""
Expand Down

0 comments on commit ac680fb

Please sign in to comment.