From f1e9ff8d70a64074ee361c74102f2104210a6f1f Mon Sep 17 00:00:00 2001 From: Ivan Schneider Date: Thu, 19 Oct 2023 19:59:42 +0200 Subject: [PATCH] Fix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72e8f6a7..877d0cce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,8 +24,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 - - uses: actions/setup-node@v3 with: bundler-cache: true + - uses: actions/setup-node@v3 - run: yarn install && bin/rake assets:precompile - run: bundle exec rails db:setup && bundle exec rake