mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
changed the cache
This commit is contained in:
parent
9dbcaf679f
commit
2be8978b25
1 changed files with 0 additions and 11 deletions
11
.github/workflows/cypress.yml
vendored
11
.github/workflows/cypress.yml
vendored
|
@ -25,7 +25,6 @@ jobs:
|
|||
with:
|
||||
path: |
|
||||
'**/node_modules'
|
||||
'/home/runner/.cache/Cypress'
|
||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
|
||||
|
||||
- name: Install Frontend Deps
|
||||
|
@ -44,21 +43,11 @@ jobs:
|
|||
containers: [1]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 5.0.x
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
'**/node_modules'
|
||||
'/home/runner/.cache/Cypress'
|
||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/**.lock') }}
|
||||
|
||||
- name: Start Backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue