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
Prev Previous commit
Force -o.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
edburns and Copilot authored Mar 25, 2026
commit 997cd04eef5d96b5259e89839832df965ca54a9d
2 changes: 1 addition & 1 deletion .github/workflows/run-smoke-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Read the file `src/test/prompts/PROMPT-smoke-test.md` and follow its instruction
COPILOT_GITHUB_TOKEN="$COPILOT_GITHUB_TOKEN" java -jar ./target/copilot-sdk-smoketest-1.0-SNAPSHOT.jar
```

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.
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.

### Step 3 — Report result

Expand Down