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: