Skip to content

Commit

Permalink
Rails is required for the Karma rake script
Browse files Browse the repository at this point in the history
But surely we could convert it to a shell or node script.
  • Loading branch information
dacook committed Apr 29, 2024
1 parent 59c70db commit f992fb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,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
Expand Down

0 comments on commit f992fb1

Please sign in to comment.