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 3a3cf8e commit 78d48a9Copy full SHA for 78d48a9
.github/workflows/generators.yml
@@ -45,6 +45,11 @@ jobs:
45
ruby-version: ${{ matrix.ruby }}
46
bundler-cache: true
47
48
+ - name: Run generator tests
49
+ run: bundle exec rspec --tag type:generator
50
+ env:
51
+ RAILS_VERSION: ${{ matrix.rails }}
52
+
53
- name: Set up Node
54
uses: actions/setup-node@v4
55
with:
.github/workflows/push.yml
@@ -59,6 +59,6 @@ jobs:
59
RAILS_VERSION: ${{ matrix.rails }}
60
61
- name: Run tests
62
- run: bundle exec rspec
+ run: bundle exec rspec --tag ~type:generator
63
env:
64
0 commit comments