From 2be8978b2532f8e5bfaa907b9dd59d3267e4038b Mon Sep 17 00:00:00 2001 From: tidusjar Date: Thu, 11 Mar 2021 09:00:08 +0000 Subject: [PATCH] changed the cache --- .github/workflows/cypress.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 70cbfbbbb..7ff9d6263 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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