mirror of https://codeberg.org/pzp/pzp-db.git
Try to simplify ci
This commit is contained in:
parent
f0be09f32a
commit
7859ca11da
|
@ -4,10 +4,10 @@ matrix:
|
||||||
- 20
|
- 20
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
test:
|
||||||
|
when:
|
||||||
|
event: [push, pull_request]
|
||||||
image: node:${NODE_VERSION}
|
image: node:${NODE_VERSION}
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm test
|
- npm test
|
||||||
when:
|
|
||||||
- event: [push, pull_request]
|
|
Loading…
Reference in New Issue