Skip to content

Commit

Permalink
#43 Added pytest-slc to the CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Aug 15, 2024
1 parent 17ec53a commit 0b2146e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
default: 'pytest-saas'
type: choice
options:
- "pytest-slc"
- "pytest-backend"
- "pytest-saas"
- "pytest-itde"
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROJECTS := "pytest-backend pytest-saas pytest-itde"
PROJECTS := "pytest-slc pytest-backend pytest-saas pytest-itde"

# Default target
default:
Expand Down

0 comments on commit 0b2146e

Please sign in to comment.