diff --git a/.github/workflows/feature-tests.yml b/.github/workflows/feature-tests.yml index 0a6eb6b0a..83ae28fbc 100644 --- a/.github/workflows/feature-tests.yml +++ b/.github/workflows/feature-tests.yml @@ -96,7 +96,8 @@ jobs: RAILS_ENV: production NODE_ENV: production run: | - yarn prod:build + yarn build:js + yarn build:css yarn build:custom-js - name: Run tests diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index fed856429..7b812d35c 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -95,7 +95,8 @@ jobs: RAILS_ENV: production NODE_ENV: production run: | - yarn prod:build + yarn build:js + yarn build:css yarn build:custom-js - name: Run avo:sym_link