Skip to content

chore(deps-dev): bump @nx/workspace from 16.10.0 to 17.3.0 #290

chore(deps-dev): bump @nx/workspace from 16.10.0 to 17.3.0

chore(deps-dev): bump @nx/workspace from 16.10.0 to 17.3.0 #290

Workflow file for this run

name: Nx Affected E2E
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: git fetch origin main
- run: yarn --immutable
- name: Install Playwright Browsers
shell: bash
run: yarn playwright install --with-deps
- name: Run Affected E2E Tests
shell: bash
run: yarn affected:e2e
env:
NEXT_PUBLIC_E2E_NEXTJS_KEY: ${{ secrets.NEXT_PUBLIC_E2E_NEXTJS_KEY }}