13 lines
No EOL
161 B
YAML
13 lines
No EOL
161 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
platform:
|
|
os: linux
|
|
arch: arm64
|
|
|
|
steps:
|
|
- name: test
|
|
image: python
|
|
commands:
|
|
- pip install -r requirements.txt
|
|
- pytest |