-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(gitlab): Switch to drupal.org Gitlab testing (#3467189)
- Loading branch information
Klaus Purer
committed
Aug 9, 2024
1 parent
b1c7368
commit a05b635
Showing
8 changed files
with
63 additions
and
161 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"description": "Cspell config for graphql module.", | ||
"language": "en-US", | ||
"allowCompoundWords": false, | ||
"globRoot": ".", | ||
"minWordLength": 4, | ||
"ignorePaths": [ | ||
"assets/explorer/dist/*", | ||
"assets/voyager/dist/*" | ||
], | ||
"dictionaries": [], | ||
"dictionaryDefinitions": [], | ||
"words": [ | ||
"dataproducer", | ||
"dataproducers", | ||
"GraphiQL", | ||
"graphqls", | ||
"webonyx" | ||
], | ||
"flagWords": [ | ||
"e-mail", | ||
"grey", | ||
"queuing" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
################ | ||
# Uses the GitLabCI template for Drupal projects. | ||
# The full documentation is on https://project.pages.drupalcode.org/gitlab_templates/ | ||
################ | ||
|
||
include: | ||
- project: $_GITLAB_TEMPLATES_REPO | ||
ref: $_GITLAB_TEMPLATES_REF | ||
file: | ||
- "/includes/include.drupalci.main.yml" | ||
- "/includes/include.drupalci.variables.yml" | ||
- "/includes/include.drupalci.workflows.yml" | ||
|
||
variables: | ||
SKIP_ESLINT: 1 | ||
SKIP_STYLELINT: 1 | ||
# We only wan to run PHPStan once on the max PHP version, skip default runs. | ||
SKIP_PHPSTAN: 1 | ||
OPT_IN_TEST_PREVIOUS_MINOR: 1 | ||
OPT_IN_TEST_NEXT_MINOR: 1 | ||
OPT_IN_TEST_MAX_PHP: 1 | ||
OPT_IN_TEST_NEXT_MAJOR: 1 | ||
|
||
phpstan (custom): | ||
extends: phpstan | ||
rules: | ||
- when: on_success | ||
needs: | ||
- "composer (next major)" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.