File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments