Skip to content

build(web-test-runner-plugin): ts config path #11

build(web-test-runner-plugin): ts config path

build(web-test-runner-plugin): ts config path #11

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
actions: read
contents: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version-file: package.json
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'
- run: pnpm i
- uses: nrwl/nx-set-shas@v4
- run: pnpm exec nx affected -t lint test build