9 lines
157 B
YAML
9 lines
157 B
YAML
when:
|
|
- event: push
|
|
|
|
steps:
|
|
- name: Test Kubernetes Plugin
|
|
image: groovy:4-jdk21
|
|
commands:
|
|
- cd nextflow && ./gradlew :plugins:nf-k8s:test
|