mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
feat: Add CI for testing
This commit is contained in:
parent
939b620e8e
commit
99fe8edd71
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
|
test:
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- yarn --pure-lockfile
|
||||||
|
- yarn run test
|
||||||
|
|
||||||
build-latest-container:
|
build-latest-container:
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
|
|
Loading…
Reference in a new issue