diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fee340558..9d1869fdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,13 +16,13 @@ jobs: with: node-version: '14' - - name: NodeModules Cache - uses: actions/cache@v2 - with: - path: '**/node_modules' - key: node_modules-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - node_modules + - name: NodeModules Cache + uses: actions/cache@v2 + with: + path: '**/node_modules' + key: node_modules-${{ hashFiles('**/yarn.lock') }} + restore-keys: | + node_modules - name: UI Install run: yarn --cwd ./src/Ombi/ClientApp install