Skip to content

Commit d434c44

Browse files
committed
Removing the caching, since it breaks and is not needed.
1 parent 1d7167b commit d434c44

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

.github/workflows/dotnet-core-master.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,6 @@ jobs:
8686
repository: microting/eform-angular-frontend
8787
ref: ${{ steps.extract_branch.outputs.branch }}
8888
path: eform-angular-frontend
89-
- name: Cache node_modules
90-
id: cache
91-
uses: actions/cache@v3
92-
with:
93-
path: eform-angular-frontend/eform-client/node_modules
94-
key: ${{ runner.os }}-build-${{ hashFiles('eform-angular-frontend/eform-client/package.json') }}
95-
restore-keys: |
96-
${{ runner.os }}-build-
97-
${{ runner.os }}-
9889
- name: 'Preparing ItemsPlanning checkout'
9990
uses: actions/checkout@v3
10091
with:
@@ -110,7 +101,6 @@ jobs:
110101
run: dotnet build eform-angular-frontend/eFormAPI/eFormAPI.sln > dotnet_log 2>&1 &
111102
- name: yarn install
112103
run: cd eform-angular-frontend/eform-client && yarn install
113-
if: steps.cache.outputs.cache-hit != 'true'
114104
- name: Create errorShots directory
115105
run: mkdir eform-angular-frontend/eform-client/errorShots
116106
- name: Pretest changes to work with Docker container

.github/workflows/dotnet-core-pr.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@ jobs:
8080
repository: microting/eform-angular-frontend
8181
ref: stable
8282
path: eform-angular-frontend
83-
- name: Cache node_modules
84-
id: cache
85-
uses: actions/cache@v3
86-
with:
87-
path: eform-angular-frontend/eform-client/node_modules
88-
key: ${{ runner.os }}-build-${{ hashFiles('eform-angular-frontend/eform-client/package.json') }}
89-
restore-keys: |
90-
${{ runner.os }}-build-
91-
${{ runner.os }}-
9283
- name: 'Preparing ItemsPlanning checkout'
9384
uses: actions/checkout@v3
9485
with:
@@ -104,7 +95,6 @@ jobs:
10495
run: dotnet build eform-angular-frontend/eFormAPI/eFormAPI.sln > dotnet_log 2>&1 &
10596
- name: yarn install
10697
run: cd eform-angular-frontend/eform-client && yarn install
107-
if: steps.cache.outputs.cache-hit != 'true'
10898
- name: Create errorShots directory
10999
run: mkdir eform-angular-frontend/eform-client/errorShots
110100
- name: Pretest changes to work with Docker container

0 commit comments

Comments
 (0)