Commit 3d76c4b
committed
On branch edburns/dd-2855288-add-smoke-test-to-build-and-test
modified: .github/workflows/run-smoke-test.yml
modified: pom.xml
@Copilot wrote:
> mvn -DskipTests clean install will still execute generate-test-resources, which in this repo runs a git clone of github/copilot-sdk and an npm install (see pom.xml plugin executions bound to generate-test-resources). This adds extra network + npm variability to what is otherwise just an SDK install step. Consider adding a dedicated Maven profile/flag to skip those test-harness setup executions for this workflow, so the smoke test depends only on building/installing the SDK artifact.
This is an excellent suggestion.1 parent 1927235 commit 3d76c4b
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
| 145 | + | |
143 | 146 | | |
144 | 147 | | |
145 | 148 | | |
| |||
221 | 224 | | |
222 | 225 | | |
223 | 226 | | |
| 227 | + | |
224 | 228 | | |
225 | 229 | | |
226 | 230 | | |
| |||
533 | 537 | | |
534 | 538 | | |
535 | 539 | | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
536 | 547 | | |
537 | 548 | | |
538 | 549 | | |
| |||
0 commit comments