mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
please work
This commit is contained in:
parent
0335a0d78b
commit
9dbcaf679f
1 changed files with 8 additions and 1 deletions
9
.github/workflows/cypress.yml
vendored
9
.github/workflows/cypress.yml
vendored
|
@ -46,11 +46,18 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
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
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
'/home/runner/.cache/Cypress'
|
'**/node_modules'
|
||||||
'/home/runner/.cache/Cypress'
|
'/home/runner/.cache/Cypress'
|
||||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/**.lock') }}
|
key: ${{ runner.os }}-modules-${{ hashFiles('**/**.lock') }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue