Skip to content

Update @nx/workspace to 19.5.0 #2027

Update @nx/workspace to 19.5.0

Update @nx/workspace to 19.5.0 #2027

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- reopened
- synchronize
merge_group:
push:
branches:
- master
- 'renovate/**'
workflow_dispatch:
jobs:
main:
name: Test affected
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/test
with:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
nx-cloud: ${{ contains(github.head_ref || github.ref_name, 'renovate') == false }}