Skip to content

Commit 13c136b

Browse files
committed
testing
1 parent 05548a8 commit 13c136b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
id: run-anonymizer
3535
run: graphql-anonymizer <<< 'type Query{a:String}' > test_result
3636

37-
- name: 'test'
38-
run: grep "field1" test_result
37+
- name: 'assert'
38+
run: grep "fieldX" test_result
3939

0 commit comments

Comments
 (0)