Skip to content

chore(workspcae): update playground docs context and add link to jira… #152

chore(workspcae): update playground docs context and add link to jira…

chore(workspcae): update playground docs context and add link to jira… #152

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: nrwl/nx-set-shas@v3
- run: npm ci
- run: npx playwright install --with-deps
- run: npx nx format:check --verbose
- run: npx nx affected --target=lint --parallel=3
- run: npx nx affected --targets=build,build:storybook --parallel=3
- run: npx nx affected --target=test --parallel=3