Skip to content

Commit

Permalink
add stepd id
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Roebuck committed Feb 3, 2021
1 parent d81b0f8 commit 067c82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/simorgh-integration-tests.yml
Expand Up @@ -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') }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/simorgh-unit-tests.yml
Expand Up @@ -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') }}
Expand Down

0 comments on commit 067c82a

Please sign in to comment.