Skip to content

Commit 539f90a

Browse files
committed
Keep test logs
1 parent c7b5ae4 commit 539f90a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ default:
88
- xvfb-run --server-args="-screen 0 1024x768x24" npm run test:ci
99
after_script:
1010
- cat ./coverage/lcov.info | codacy-coverage --language=typescript;
11+
artifacts:
12+
paths:
13+
- instamancer_tests.log
14+
expire_in: 1 week

0 commit comments

Comments
 (0)