Skip to content

feat: Copy code with both themes #107

feat: Copy code with both themes

feat: Copy code with both themes #107

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: npm install -g @angular/cli
- run: ng test --watch=false