Skip to content

fix(rust): provide needed information to build the project graph #166

fix(rust): provide needed information to build the project graph

fix(rust): provide needed information to build the project graph #166

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
env:
node_version: 20
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/workflows/setup
with:
node_version: ${{ env.node_version }}
- run: yarn nx affected --target=build,test,lint --parallel --max-parallel=3
- run: yarn nx affected --target=e2e --parallel