Revert. Rails is required for the Karma rake script

But surely we could convert it to a shell or node script. Maybe next time..
This commit is contained in:
David Cook
2024-04-29 16:25:57 +10:00
parent 7c53c25aaf
commit 6eaf0a00a0

View File

@@ -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