Skip to content

Commit

Permalink
CC-834 added test
Browse files Browse the repository at this point in the history
  • Loading branch information
libmartinito committed Nov 24, 2023
1 parent a82c4a7 commit fbac06f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: '3.x'
- run: grep --version
- run: echo "123" | grep -e "\d"
- run: echo "123" | grep "\d"
- run: echo "123" | grep -E "\d"
- run: echo "123" | ./internal/test_helpers/pass_all/your_grep.sh -E "\d"
- run: make test

0 comments on commit fbac06f

Please sign in to comment.