Skip to content

chore(deps-dev): Bump the development-dependencies group across 1 directory with 3 updates #50

chore(deps-dev): Bump the development-dependencies group across 1 directory with 3 updates

chore(deps-dev): Bump the development-dependencies group across 1 directory with 3 updates #50

name: 'website-fe : test'
on:
workflow_dispatch:
pull_request:
branches: ['main']
paths:
- 'website/fe/**'
push:
branches: ['main']
paths:
- 'website/fe/**'
jobs:
test-website-fe:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.makefiles
config.json
Makefile
website/fe
website/Makefile
- uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: website/fe/package-lock.json
node-version-file: website/fe/package.json
- name: Init dependencies
run: make website-fe-init-test
- name: Run tests
run: make website-fe-test
- name: Test build run
run: make website-fe-build