From 5313a6ebcd8e7aaffcf892708057679f060c3c1a Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Wed, 18 May 2022 11:38:14 -0300 Subject: [PATCH] fix ci build --- .github/workflows/build_and_test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 0f4f2afa06c0..af571a2c861a 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -864,6 +864,17 @@ jobs: uses: actions/setup-node@v3 with: node-version: '14.18.3' + - uses: c-hive/gha-yarn-cache@v2 + - name: Cache turbo + id: cache-turbo + uses: actions/cache@v2 + with: + path: | + ./node_modules/.turbo + key: ${{ runner.OS }}-turbo-${{ hashFiles('**/yarn.lock') }} + restore-keys: | + ${{ runner.os }}-turbo- + ${{ runner.os }}- - name: Login to DockerHub uses: docker/login-action@v1