File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed
Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -111,38 +111,6 @@ jobs:
111111 name : simplecov-resultset-rails${{matrix.rails_version}}-ruby${{matrix.ruby_version}}-${{matrix.mode}}
112112 path : coverage
113113 include-hidden-files : true
114- primer_view_components_compatibility :
115- name : Test compatibility with Primer ViewComponents (main)
116- runs-on : ubuntu-latest
117- steps :
118- 119- with :
120- repository : ' primer/view_components'
121- path : ' primer_view_components'
122- 123- with :
124- path : ' view_component'
125- - name : Setup Ruby
126- uses : ruby/setup-ruby@v1
127- with :
128- ruby-version : 3.4
129- bundler-cache : true
130- working-directory : ' view_component'
131- - uses : actions/setup-node@v4
132- with :
133- node-version : 20
134- cache : ' npm'
135- cache-dependency-path : ' primer_view_components/package-lock.json'
136- - name : Build and test with Rake
137- run : |
138- cd primer_view_components
139- npm ci
140- cd demo && npm ci && cd ..
141- bundle && bundle exec rake
142- env :
143- VIEW_COMPONENT_PATH : ../view_component
144- RAILS_VERSION : ' 7.1.1'
145- PARALLEL_WORKERS : ' 1'
146114 coverage :
147115 needs : test
148116 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments