From ec50901ec65ff4ad8bb909c8ff192f1408b5e209 Mon Sep 17 00:00:00 2001 From: jorg-vr Date: Wed, 8 Nov 2023 09:53:26 +0100 Subject: [PATCH] Only build js once during rails test --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2cb709952..f1282880cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,9 +39,6 @@ jobs: with: node-version: 16.x cache: yarn - - name: Install JS dependencies - run: | - yarn install - name: Run tests env: CI: true @@ -51,8 +48,6 @@ jobs: git config --global user.name "Dodona" sudo sysctl fs.inotify.max_user_watches=524288 sudo sysctl -p - bin/rake css:build - yarn build:js bundle exec rails test - name: Upload coverage to Codecov uses: codecov/codecov-action@v3