From 70121885b5c8b00545deb73564711c2138395f08 Mon Sep 17 00:00:00 2001 From: Pils10 Date: Wed, 18 Sep 2024 22:27:28 +0000 Subject: [PATCH] .automation.yml aktualisiert --- .automation.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.automation.yml b/.automation.yml index 3e06f8d..f8d786e 100644 --- a/.automation.yml +++ b/.automation.yml @@ -1,8 +1,9 @@ -type: docker +kind: pipeline +name: default steps: -- name: greeting - image: python:3.11-slim +- name: test + image: python commands: - - echo hello - - echo world \ No newline at end of file + - pip install -r requirements.txt + - pytest \ No newline at end of file