From c198337324f53179e26bd195751dc1eb48008b59 Mon Sep 17 00:00:00 2001 From: "lucas.shaw" Date: Fri, 28 Jun 2024 11:01:30 +0100 Subject: [PATCH] use cache and remove step --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c74b16e..0c90af9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,9 +36,8 @@ jobs: - name: Setup Ruby and install gems uses: ruby/setup-ruby@v1 - - - name: Install gems - run: bundle install + with: + bundler-cache: true - name: Setup Node uses: actions/setup-node@v4