removing action for frontend test
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 1m55s
Build and test backend / Test-backend (pull_request) Successful in 1m50s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 19s

This commit is contained in:
Debucquoy Anthony 2024-03-01 23:07:12 +01:00
parent af070b1441
commit d2d7f16994

View File

@ -20,16 +20,3 @@ jobs:
- run: npm run build --if-present
name: build
working-directory: ./frontend
Test-frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
working-directory: ./frontend
- run: npm ci
name: clean install
working-directory: ./frontend
- run: npm run test:unit
name: test
working-directory: ./frontend