Skip to content

Commit a716a3b

Browse files
authored
Update ci-pipeline.yml
1 parent 16ca873 commit a716a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
# Step 4: Run pytest for `analyzer` folder tests
3535
- name: Run pytest for analyzer tests
36-
run: pytest --ignore-markers=file_creation time_complexity_analyzer/analyzer -v
36+
run: pytest time_complexity_analyzer/analyzer -v
3737

3838
# Step 5: Run Django migrations and tests
3939
- name: Run Django tests

0 commit comments

Comments
 (0)