Skip to content

Commit

Permalink
Add missing name key in ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Nov 11, 2024
1 parent 4960f96 commit 39bf79b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
ruby-version: "3.3"
bundler-cache: true
- name: Verify templates
run: ruby ./bin/generator.rb --verify
test-generator:
name: Check Generator Templates
Expand All @@ -29,4 +30,5 @@ jobs:
with:
ruby-version: "3.3"
bundler-cache: true
- name: Run tests
run: rake test:generator

0 comments on commit 39bf79b

Please sign in to comment.