Skip to content

Merge pull request #2 from Iteam1337/ny-signatur-design #11

Merge pull request #2 from Iteam1337/ny-signatur-design

Merge pull request #2 from Iteam1337/ny-signatur-design #11

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v3
- name: 🔧 Test
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: |
npm ci
npx playwright install
npm run check
npm run lint
npm run test
npm run build
docker build -t test .