We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761acf8 commit c3b7f6dCopy full SHA for c3b7f6d
.gitlab/workflows/tests.yml
@@ -1,23 +1,37 @@
1
+.rules:
2
+ rules:
3
+ - if: $CI_PIPELINE_SOURCE == "merge_request_event"
4
+ - if: $CI_COMMIT_TAG
5
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
6
+
7
lint:
- extends: .node-template
8
+ extends:
9
+ - .node-template
10
+ - .rules
11
script:
12
- pnpm install
13
- pnpm lint
14
15
typecheck:
16
17
18
19
20
21
- pnpm typecheck
22
23
spelling:
24
25
26
27
28
29
- pnpm spelling
30
31
e2e:
32
33
34
35
36
- pnpm install --frozen-lockfile
37
- pnpm playwright:install
0 commit comments