We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf4bdb commit 579fa6aCopy full SHA for 579fa6a
.github/workflows/test.yml
@@ -16,5 +16,12 @@ jobs:
16
- name: Setup
17
uses: ./.github/actions/setup
18
19
+ # This is required for @prettier/plugin-ruby to work correctly
20
+ - name: Setup Ruby
21
+ uses: ruby/setup-ruby@v1
22
+ with:
23
+ ruby-version: "3.4" # Not needed with a .ruby-version, .tool-versions or mise.toml
24
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
25
+
26
- name: Test
27
run: pnpm -s test:ci
0 commit comments