Skip to content

Commit 7291893

Browse files
committed
improve .gitlab frontend-angular
1 parent ba8c09b commit 7291893

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.gitlab/frontend-angular.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ lint_frontend_angular:
2020
# rules:
2121
# - changes: [frontend-angular/**]
2222

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/**]
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/**]
3636

3737
build_frontend_angular:
3838
stage: build

0 commit comments

Comments
 (0)