File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed
Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 4141 include-hidden-files : true
4242 if-no-files-found : error
4343 retention-days : 1
44- # - name: Build and pack artifacts
45- # run: npm run compile && tar -czvf nx-pack.tar.gz .nx
46- # - name: Upload Build Artifacts
47- # uses: actions/upload-artifact@v4
48- # with:
49- # name: tav-build-cache-${{ github.run_number }}
50- # path: nx-pack.tar.gz
51- # retention-days: 1
5244
5345 tav :
5446 name : Run test-all-versions
@@ -180,12 +172,6 @@ jobs:
180172 with :
181173 name : tav-build-cache-${{ github.run_number }}
182174 path : .nx
183- # Note: `Install` step created a `.nx` folder. We should replace it
184- # with the packed one from `build-and-cache` job
185- # - name: Unpack artifacts and Build
186- # run: rm -rf .nx && tar -xvf nx-pack.tar.gz && npm run compile
187- - name : check folders
188- run : ls -la
189175 - name : Build
190176 run : npm run compile
191177 - name : Run test-all-versions
Original file line number Diff line number Diff line change 3333 include-hidden-files : true
3434 if-no-files-found : error
3535 retention-days : 1
36- # - name: Build and pack artifacts
37- # run: npm run compile && tar -czvf nx-pack.tar.gz .nx
38- # - name: Upload build artifact
39- # uses: actions/upload-artifact@v4
40- # with:
41- # name: tests-build-cache-${{ github.run_number }}
42- # path: nx-pack.tar.gz
43- # retention-days: 1
4436
4537 unit-test :
4638 needs : build-and-cache
@@ -193,12 +185,6 @@ jobs:
193185 with :
194186 name : tests-build-cache-${{ github.run_number }}
195187 path : .nx
196- # Note: `Install` step created a `.nx` folder. We should replace it
197- # with the packed one from `build-and-cache` job
198- # - name: Unpack artifacts and Build
199- # run: rm -rf .nx && tar -xvf nx-pack.tar.gz && npm run compile
200- - name : check folders
201- run : ls -la
202188 - name : Build
203189 run : npm run compile
204190 - name : Unit tests (Full)
@@ -240,10 +226,6 @@ jobs:
240226 with :
241227 name : tests-build-cache-${{ github.run_number }}
242228 path : .nx
243- # Note: `Install` step created a `.nx` folder. We should replace it
244- # with the packed one from `build-and-cache` job
245- # - name: Unpack artifacts and Build
246- # run: rm -rf .nx && tar -xvf nx-pack.tar.gz && npm run compile
247229 - name : Build
248230 run : npm run compile
249231 - name : Unit tests
You can’t perform that action at this time.
0 commit comments