Skip to content

Commit 997cd04

Browse files
edburnsCopilot
andauthored
Force -o.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 94f7f35 commit 997cd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-smoke-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Read the file `src/test/prompts/PROMPT-smoke-test.md` and follow its instruction
8383
COPILOT_GITHUB_TOKEN="$COPILOT_GITHUB_TOKEN" java -jar ./target/copilot-sdk-smoketest-1.0-SNAPSHOT.jar
8484
```
8585

86-
Follow every step in the prompt: create the `smoke-test/` directory, create `pom.xml` and the Java source file exactly as specified, build with `mvn -U clean package`, run with `java -jar` (with `COPILOT_GITHUB_TOKEN` passed through), and verify the exit code.
86+
Follow every step in the prompt: create the `smoke-test/` directory, create `pom.xml` and the Java source file exactly as specified, build with `mvn -o clean package` (offline and without \`-U\`), run with `java -jar` (with `COPILOT_GITHUB_TOKEN` passed through), and verify the exit code.
8787

8888
### Step 3 — Report result
8989

0 commit comments

Comments
 (0)