Skip to content

Commit

Permalink
Only build js once during rails test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Nov 8, 2023
1 parent d9cad73 commit ec50901
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ec50901

Please sign in to comment.