Skip to content

feat: add logo/results count (#67) #20

feat: add logo/results count (#67)

feat: add logo/results count (#67) #20

name: Build & Test & Deploy
on:
push:
branches: [ "master" ]
jobs:
build-test-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '18.13.0' ]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
env:
CYPRESS_INSTALL_BINARY: 0
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test
- name: Build
run: npm run build:prod
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./dist/apps/angularlogos/browser