Skip to content

Commit

Permalink
Regression: CI services build (#25555)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed May 18, 2022
1 parent 45b46da commit bbd534a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbd534a

Please sign in to comment.