We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05548a8 commit 13c136bCopy full SHA for 13c136b
.github/workflows/test-released-version.yml
@@ -34,6 +34,6 @@ jobs:
34
id: run-anonymizer
35
run: graphql-anonymizer <<< 'type Query{a:String}' > test_result
36
37
- - name: 'test'
38
- run: grep "field1" test_result
+ - name: 'assert'
+ run: grep "fieldX" test_result
39
0 commit comments