feat: Add symlink creation for frontend build in test workflow
Some checks failed
Test / get-ci-image (pull_request) Successful in 6s
Test / lint-frontend (pull_request) Successful in 24s
Test / frontend-build (pull_request) Successful in 22s
Verify / get-ci-image (pull_request) Successful in 4s
Test / test-frontend (pull_request) Successful in 37s
Test / lint-crates (pull_request) Successful in 2m31s
Test / test-crates (pull_request) Failing after 2m50s
Verify / verify-generated-db-entities (pull_request) Successful in 3m0s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
GW_MC
2026-04-24 13:53:32 +00:00
parent c47e7709bd
commit 5b9601c474

View File

@@ -50,6 +50,9 @@ jobs:
restore-keys: |
frontend-build-${{ runner.os }}-
- name: create symlink to frontend build
run: ln -s ${{ github.workspace }}/apps/nxmesh-frontend/dist ${{ github.workspace }}/apps/nxmesh-master/frontend-dist
- name: Run tests
run: cargo test --all-features
@@ -79,6 +82,9 @@ jobs:
restore-keys: |
frontend-build-${{ runner.os }}-
- name: create symlink to frontend build
run: ln -s ${{ github.workspace }}/apps/nxmesh-frontend/dist ${{ github.workspace }}/apps/nxmesh-master/frontend-dist
- name: Run clippy
run: cargo clippy --all-features
@@ -149,5 +155,4 @@ jobs:
with:
path: apps/nxmesh-frontend/dist
key: frontend-build-${{ runner.os }}-run-${{ github.run_id }}
restore-keys: |
frontend-build-${{ runner.os }}-
# IGNORE restore-keys