Skip to content

Commit 7031560

Browse files
committed
windows
1 parent 5396aa2 commit 7031560

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
test-windows-image:
4141
name: 'Test Windows Image'
4242
runs-on: windows-latest
43+
defaults:
44+
run:
45+
shell: bash
4346

4447

4548
steps:
@@ -54,7 +57,7 @@ jobs:
5457

5558
- name: 'run'
5659
id: run-anonymizer
57-
run: echo "type Query{a:String}" > input.txt && graphql-anonymizer < input.txt > test_result
60+
run: graphql-anonymizer <<< 'type Query{a:String}' > test_result
5861

5962
- name: 'assert'
6063
run: grep "field1" test_result

0 commit comments

Comments
 (0)