Skip to content

Commit ea45548

Browse files
authored
Added test step to CI pipeline
1 parent 7c00235 commit ea45548

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/blank.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@ jobs:
1717
echo "Starting build process..."
1818
echo "Build completed successfully"
1919
20+
- name: Run Tests
21+
run: |
22+
echo "Running tests..."
23+
exit 0
24+
2025
- name: Print Hello
2126
run: echo "CI/CD pipeline started successfully"

0 commit comments

Comments
 (0)