We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8c09b commit 7291893Copy full SHA for 7291893
1 file changed
.gitlab/frontend-angular.yml
@@ -20,19 +20,19 @@ lint_frontend_angular:
20
# rules:
21
# - changes: [frontend-angular/**]
22
23
-test_frontend_angular:
24
- stage: test
25
- image: node:20
26
- before_script:
27
- - cd frontend-angular
28
- - apt-get update
29
- - apt-get install -y chromium
30
- - export CHROME_BIN=/usr/bin/chromium
31
- - npm ci
32
- script:
33
- - npm run test:headless
34
- # rules:
35
- # - changes: [frontend-angular/**]
+# test_frontend_angular:
+# stage: test
+# image: node:20
+# before_script:
+# - cd frontend-angular
+# - apt-get update
+# - apt-get install -y chromium
+# - export CHROME_BIN=/usr/bin/chromium
+# - npm ci
+# script:
+# - npm run test:headless
+# rules:
+# - changes: [frontend-angular/**]
36
37
build_frontend_angular:
38
stage: build
0 commit comments