Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov authored Jul 31, 2023
1 parent 800c1ee commit 5ffffcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
ruby-version: ruby
bundler-cache: true
- name: Check the YAML and JSON equivalence
run: ./check.rb
run: cd rules && ./check.rb
- name: Show differences between YAML and JSON
run: diff -ua rules-yml.yml rules-json.yml
run: diff -ua rules/rules-yml.yml rules/rules-json.yml
- name: Evaluate rules on surnames
run: rake evaluate:rules[surnames] errors=surnames.errors.tsv
- name: Evaluate gender detector on surnames
Expand Down

0 comments on commit 5ffffcc

Please sign in to comment.