Skip to content

Commit 05548a8

Browse files
committed
testing
1 parent 20b8941 commit 05548a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
run: graphql-anonymizer <<< 'type Query{a:String}' > test_result
3636

3737
- name: 'test'
38-
run: cat test_result
38+
run: grep "field1" test_result
3939

0 commit comments

Comments
 (0)