Skip to content

Commit 5396aa2

Browse files
committed
windows
1 parent 429d4c0 commit 5396aa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-released-version.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ jobs:
5151
- name: 'install'
5252
run: npm i -g graphql-anonymizer@${{github.event.inputs.version}}
5353

54+
5455
- name: 'run'
5556
id: run-anonymizer
56-
run: graphql-anonymizer <<< 'type Query{a:String}' > test_result
57+
run: echo "type Query{a:String}" > input.txt && graphql-anonymizer < input.txt > test_result
5758

5859
- name: 'assert'
5960
run: grep "field1" test_result

0 commit comments

Comments
 (0)