BLOG-8 fix: wrong directory
Some checks failed
Frontend CI / build (push) Failing after 21s

This commit is contained in:
SquidSpirit 2025-01-18 17:21:02 +08:00
parent f0e247d5e3
commit d504a0a5a8

View File

@ -1,6 +1,10 @@
name: Frontend CI name: Frontend CI
on: [push] on: [push]
defaults:
run:
working-directory: ./frontend
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -11,11 +15,11 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
- name: Install Node.js - name: Install node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 20
cache: 'pnpm' cache: "pnpm"
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install