refactor: update templates
This commit is contained in:
parent
a3ac878abb
commit
3e50e404ed
@ -8,3 +8,8 @@
|
|||||||
fi
|
fi
|
||||||
script:
|
script:
|
||||||
- npm run ci:e2e
|
- npm run ci:e2e
|
||||||
|
artifacts:
|
||||||
|
expire_in: '7d'
|
||||||
|
reports:
|
||||||
|
junit:
|
||||||
|
- 'e2e-reports/**/**.xml'
|
||||||
|
|||||||
@ -8,3 +8,8 @@
|
|||||||
fi
|
fi
|
||||||
script:
|
script:
|
||||||
- npm run ci:test
|
- npm run ci:test
|
||||||
|
artifacts:
|
||||||
|
expire_in: '7d'
|
||||||
|
reports:
|
||||||
|
junit:
|
||||||
|
- 'test-reports/**/**.xml'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user