about summary refs log tree commit diff
path: root/.github/workflows/test-ruby.yml
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-03-23 17:49:47 -0400
committerGitHub <noreply@github.com>2023-03-23 22:49:47 +0100
commite7e189fa44f246f087e451cfd8333a99544ae0d3 (patch)
treeab967ecd590f72999bd363313f92eaf8b4e1ecd9 /.github/workflows/test-ruby.yml
parentb46125224c26bc0144659b4319ea416b01289961 (diff)
Use Yarn production install for asset compile (#24232)
Diffstat (limited to '.github/workflows/test-ruby.yml')
-rw-r--r--.github/workflows/test-ruby.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml
index bfdabd4ea..1be3e08e9 100644
--- a/.github/workflows/test-ruby.yml
+++ b/.github/workflows/test-ruby.yml
@@ -40,7 +40,7 @@ jobs:
           ruby-version: .ruby-version
           bundler-cache: true
 
-      - run: yarn install --frozen-lockfile
+      - run: yarn --frozen-lockfile --production
       - name: Precompile assets
         # Previously had set this, but it's not supported
         # export NODE_OPTIONS=--openssl-legacy-provider