Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Test new Nx cloud action
  • Loading branch information
lachlancollins committed Jun 2, 2023
commit 19715f64fe5b3eb1968f05215ebf77b54330bb1e
11 changes: 11 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
name: pr

on: [pull_request]

env:
NX_DAEMON: false
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/[email protected]
with:
node-version: "18.16.0"
pnpm-version: "8.6.0"
parallel-commands: |
npx nx affected --targets=test:eslint,test:types,test:build,test:lib
agent:
name: 'Nx Cloud Agents'
runs-on: ubuntu-latest
Expand Down