From 149c0d4de4c608d1eaad0c626e7f718b7ae66ad9 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 24 Aug 2021 14:38:24 +0200 Subject: [PATCH] Add yarn jest to the github workflow --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff47fad6ba..be95a38903 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -273,6 +273,9 @@ jobs: - name: Run JS tests run: RAILS_ENV=test bundle exec rake karma:run + - name: Run jest tests + run: yarn jest + # Migration tests need to be run in a separate task. # See: https://github.com/openfoodfoundation/openfoodnetwork/pull/6924#issuecomment-813056525 - name: Run migration tests