BAK BYEONG JUN 18932f4a5f
Some checks failed
CI / checks (push) Has been cancelled
init
2025-05-06 13:52:36 +00:00

25 lines
608 B
YAML

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