Regression: CI services build (#25555)

pull/25495/head^2
Guilherme Gazzo 4 years ago committed by GitHub
parent 45b46da27f
commit bbd534afab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .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

Loading…
Cancel
Save