|
|
@ -22,7 +22,7 @@ jobs:
|
|
|
|
path: '**/node_modules'
|
|
|
|
path: '**/node_modules'
|
|
|
|
key: node_modules-${{ hashFiles('**/yarn.lock') }}
|
|
|
|
key: node_modules-${{ hashFiles('**/yarn.lock') }}
|
|
|
|
restore-keys: |
|
|
|
|
restore-keys: |
|
|
|
|
node_modules
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
|
|
|
|
- name: UI Install
|
|
|
|
- name: UI Install
|
|
|
|
run: yarn --cwd ./src/Ombi/ClientApp install
|
|
|
|
run: yarn --cwd ./src/Ombi/ClientApp install
|
|
|
@ -88,10 +88,10 @@ jobs:
|
|
|
|
- name: Nuget Cache
|
|
|
|
- name: Nuget Cache
|
|
|
|
uses: actions/cache@v2
|
|
|
|
uses: actions/cache@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
path: ~/.nuget/packages
|
|
|
|
path: ~/.nuget/packages
|
|
|
|
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
|
|
|
|
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
|
|
|
|
restore-keys: |
|
|
|
|
restore-keys: |
|
|
|
|
${{ runner.os }}-nuget
|
|
|
|
${{ runner.os }}-nuget
|
|
|
|
|
|
|
|
|
|
|
|
- name: Publish Backend ${{ matrix.os }}
|
|
|
|
- name: Publish Backend ${{ matrix.os }}
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|