diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 242efd2540..d8f8a348f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -476,6 +476,12 @@ jobs: steps: - uses: actions/checkout@v3 + # Rails is required for the Karma rake script + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + bundler-cache: true # runs 'bundle install' and caches installed gems automatically + - uses: actions/setup-node@v3 with: node-version-file: .node-version