From 067c82a3d7aba98b0b433738f9fa748154b8e83b Mon Sep 17 00:00:00 2001 From: Jonathan Roebuck Date: Wed, 3 Feb 2021 09:18:55 +0000 Subject: [PATCH] add stepd id --- .github/workflows/simorgh-integration-tests.yml | 1 + .github/workflows/simorgh-unit-tests.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/simorgh-integration-tests.yml b/.github/workflows/simorgh-integration-tests.yml index 1fb21ab89f0..6712d6db913 100644 --- a/.github/workflows/simorgh-integration-tests.yml +++ b/.github/workflows/simorgh-integration-tests.yml @@ -27,6 +27,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - uses: actions/cache@v2 + id: yarn-cache with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/simorgh-unit-tests.yml b/.github/workflows/simorgh-unit-tests.yml index eb81c24e261..090bb30e235 100644 --- a/.github/workflows/simorgh-unit-tests.yml +++ b/.github/workflows/simorgh-unit-tests.yml @@ -28,6 +28,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - uses: actions/cache@v2 + id: yarn-cache with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}