Skip to content

Remove unused tests

Remove unused tests #6

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: ["main"]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 21.x
uses: actions/setup-node@v2
with:
node-version: "21"
- name: Prepare and deploy
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm ci
npm run ng deploy