diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index e0474b5..fc55e7b 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -1,6 +1,8 @@ name: GitHub Actions Demo #Comment to test CI no trigger +#feature/sprint1/generatingTests + on: push: branches: [ dev, qa, prod, feature/* ] @@ -25,4 +27,7 @@ jobs: echo "The repository ${{ github.repository }} contains the following files:" tree + - name: Test + run: | + echo "I am testing:"