Skip to content

Commit

Permalink
Revert "Remove redundant devkit copy step for ruby test" (#119)
Browse files Browse the repository at this point in the history
Revert "Remove redundant devkit copy step for ruby test (#114)"

This reverts commit 4b54a55.
  • Loading branch information
mpkorstanje authored Jan 12, 2025
1 parent 42d1cca commit 9267546
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ on:

jobs:
test-ruby:
defaults:
working-directory: ruby
strategy:
fail-fast: false
matrix:
Expand All @@ -27,5 +25,14 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
rubygems: latest
working-directory: ruby
- uses: actions/setup-node@v4
with:
cache: 'npm'
cache-dependency-path: devkit/package-lock.json
- name: Copy the samples to ruby/features
run: npm ci && npm run copy-to:ruby
working-directory: devkit
- name: Run tests
run: bundle exec rspec
working-directory: ruby

0 comments on commit 9267546

Please sign in to comment.