Skip to content

Commit e20afad

Browse files
committed
Test commit to trigger the workflow
1 parent e0b644f commit e20afad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-cd-02-github-action-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
uses: actions/setup-python@v4
2121
with:
2222
python-version: '3.x'
23-
23+
24+
# fake comment to trigger the workflow
2425
- name: Run tests
2526
run: python -m unittest discover
2627
working-directory: ci-cd/02-github-action-ci

0 commit comments

Comments
 (0)