mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-09 23:06:06 +00:00
Compiles webpacker within system specs nodes
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -12,7 +12,6 @@ env:
|
||||
TIMEZONE: UTC
|
||||
COVERAGE: true
|
||||
RAILS_ENV: test
|
||||
bundle exec rails webpacker:compile
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -194,6 +193,10 @@ jobs:
|
||||
run: |
|
||||
bundle exec rake db:create db:schema:load
|
||||
|
||||
- name: Webpack compilation
|
||||
run: RAILS_ENV=test bundle exec rails webpacker:compile
|
||||
|
||||
|
||||
- name: Run tests
|
||||
|
||||
env:
|
||||
@@ -271,6 +274,9 @@ jobs:
|
||||
run: |
|
||||
bundle exec rake db:create db:schema:load
|
||||
|
||||
- name: Webpack compilation
|
||||
run: RAILS_ENV=test bundle exec rails webpacker:compile
|
||||
|
||||
- name: Run tests
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user