File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
legacy-package-management
legacy-structure/commands/create Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,10 @@ jobs:
110
110
git config --global user.signingkey $GPG_KEY_ID
111
111
112
112
- name : Run e2e tests for task-runner
113
- run : npx nx prepare-for-e2e e2e-run-task-runner && e2e/run/task-runner/src/run-tests.sh
113
+ run : |
114
+ # We do not want the automatic Github Actions grouping to be applied to the e2e tests, or the snapshots won't match local
115
+ unset GITHUB_ACTIONS
116
+ npx nx prepare-for-e2e e2e-run-task-runner && e2e/run/task-runner/src/run-tests.sh
114
117
shell : bash
115
118
env :
116
119
# Silently disable nx cloud for task runner e2e (using NX_NO_CLOUD produces a warning log)
Original file line number Diff line number Diff line change 92
92
"exports" : {
93
93
"." : " ./dist/index.js"
94
94
},
95
- "gitHead" : " b664840ff8eb39dfb894b7cedc5ae9e186eaa8e4 "
95
+ "gitHead" : " 9a4ad5ecd640480faa3011dcf80f6c51c2d756c3 "
96
96
}
Original file line number Diff line number Diff line change 117
117
"require" : " ./dist/lib/lerna-module-data.js"
118
118
}
119
119
},
120
- "gitHead" : " b664840ff8eb39dfb894b7cedc5ae9e186eaa8e4 "
120
+ "gitHead" : " 9a4ad5ecd640480faa3011dcf80f6c51c2d756c3 "
121
121
}
Original file line number Diff line number Diff line change 124
124
"./migrations/**/*" : " ./dist/migrations/**/*" ,
125
125
"./utils" : " ./dist/utils/index.js"
126
126
},
127
- "gitHead" : " b664840ff8eb39dfb894b7cedc5ae9e186eaa8e4 "
127
+ "gitHead" : " 9a4ad5ecd640480faa3011dcf80f6c51c2d756c3 "
128
128
}
You can’t perform that action at this time.
0 commit comments