Skip to content

Commit 302f079

Browse files
committed
chore: update paths
1 parent 449fd3c commit 302f079

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,11 @@ jobs:
180180
run: mysql --user=root --password=${MYSQL_ROOT_PASSWORD} --host=${MYSQL_HOST} --port=${MYSQL_PORT} -e "SET GLOBAL log_output='TABLE'; SET GLOBAL general_log = 1;" mysql
181181
- name: Install
182182
run: npm ci
183-
- name: Prepare build cache
184-
run: rm -rf .nx
185183
- name: Download Build Artifacts
186184
uses: actions/download-artifact@v4
187185
with:
188186
name: tests-build-cache-${{ github.run_number }}
189-
path: nx-snapshot.tar.gz
190-
- name: Restore build snapshot
191-
run: rm -rf .nx && tar -xvzf nx-snapshot.tar.gz
187+
path: .nx
192188
- name: Build
193189
run: npm run compile
194190
- name: Unit tests (Full)
@@ -225,8 +221,6 @@ jobs:
225221
node-version: ${{ matrix.node }}
226222
- name: Install
227223
run: npm ci
228-
- name: Prepare build cache
229-
run: rm -rf .nx
230224
- name: Download Build Artifacts
231225
uses: actions/download-artifact@v4
232226
with:

0 commit comments

Comments
 (0)