Skip to content

Commit 016d2ab

Browse files
committed
Remove testing ViewComponent v3 for Primer ViewComponents compatibility
1 parent 7e93a48 commit 016d2ab

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff 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-
- uses: actions/[email protected]
119-
with:
120-
repository: 'primer/view_components'
121-
path: 'primer_view_components'
122-
- uses: actions/[email protected]
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

0 commit comments

Comments
 (0)