Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

⬆️ Bump plugin.spring from 2.0.21 to 2.1.0 in /backend #262

⬆️ Bump plugin.spring from 2.0.21 to 2.1.0 in /backend

⬆️ Bump plugin.spring from 2.0.21 to 2.1.0 in /backend #262

Workflow file for this run

name: CI - frontend
on:
push:
paths:
- 'frontend/**'
pull_request:
paths:
- 'frontend/**'
jobs:
frontend:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache-dependency-path: frontend/package-lock.json
node-version: "20"
cache: npm
- name: Test Frontend with Vitest
run: |
npm --prefix ./frontend install
make t_fe