removing action for frontend test
This commit is contained in:
		| @ -20,16 +20,3 @@ jobs: | |||||||
|     - run: npm run build --if-present |     - run: npm run build --if-present | ||||||
|       name: build |       name: build | ||||||
|       working-directory: ./frontend |       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 |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user