Skip to content

Commit da0ce71

Browse files
committed
chore: add workflow logs
1 parent 1de18b2 commit da0ce71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,14 @@ jobs:
179179
- name: Set MySQL variables
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
182-
run: npm ci
182+
run: npm ci && rm -rf .nx
183183
- name: Download Build Artifacts
184184
uses: actions/download-artifact@v4
185185
with:
186186
name: tests-build-cache-${{ github.run_number }}
187187
path: .nx
188+
- name: Check build cache
189+
run: ls -R .nx
188190
- name: Build
189191
run: npm run compile
190192
- name: Unit tests (Full)

0 commit comments

Comments
 (0)