Skip to content

Commit

Permalink
ci: Get test passing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 1, 2024
1 parent 44ff089 commit 725aed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Read from stdin
if: matrix.os != 'windows-latest'
run: |
csvclean < examples/dummy.csv
csvclean -a < examples/dummy.csv
csvcut < examples/dummy.csv
csvformat < examples/dummy.csv
csvgrep -c1 -m1 < examples/dummy.csv
Expand All @@ -40,7 +40,7 @@ jobs:
sql2csv < examples/test.sql
- name: Read from pipe
run: |
printf 'a,b,c\n1,2,3' | csvclean
printf 'a,b,c\n1,2,3' | csvclean -a
printf 'a,b,c\n1,2,3' | csvcut
printf 'a,b,c\n1,2,3' | csvformat
printf 'a,b,c\n1,2,3' | csvgrep -c1 -m1
Expand Down

0 comments on commit 725aed5

Please sign in to comment.