Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

feat(nx-distributed-task): reimplement caching mechanism #38

Merged
merged 23 commits into from
Mar 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
targets: build
maxDistribution: 1
args: '--exclude nx-distributed-task'
# debug: true
debug: true

e2e-execute:
name: E2E nx-distributed-task
Expand All @@ -100,9 +100,8 @@ jobs:
id: run
with:
target: build
distribution: 1
projects: 'nx-affected-matrix'
# debug: true
projects: 'nx-affected-matrix,nx-distributed-task'
debug: true

release:
name: Release version
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
args: ''

execute:
name: ${{ matrix.target }} (${{ matrix.distribution }})
name: ${{ matrix.target }}
if: ${{ fromJSON(needs.setup.outputs.hasChanges) }}
needs: [setup]
runs-on: ubuntu-latest
Expand All @@ -71,7 +71,6 @@ jobs:
with:
target: ${{ matrix.target }}
projects: ${{ matrix.projects }}
distribution: ${{ matrix.distribution }}
uploadOutputs: true
nxCloud: false
args: ''
Expand Down
Loading