From 0b2146e21b17c760099e50bb789e8bd797bf85cc Mon Sep 17 00:00:00 2001 From: mibe Date: Thu, 15 Aug 2024 10:38:44 +0100 Subject: [PATCH] #43 Added pytest-slc to the CD workflow --- .github/workflows/cd.yml | 1 + justfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index eced3d2..729cb2d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -9,6 +9,7 @@ on: default: 'pytest-saas' type: choice options: + - "pytest-slc" - "pytest-backend" - "pytest-saas" - "pytest-itde" diff --git a/justfile b/justfile index 80d615f..d7d7630 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -PROJECTS := "pytest-backend pytest-saas pytest-itde" +PROJECTS := "pytest-slc pytest-backend pytest-saas pytest-itde" # Default target default: