Skip to content

Commit 5b526dc

Browse files
committed
Add PR testing commands for Docker-based workflow
1 parent 2a2079f commit 5b526dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ integration-test:
2727
source .secrets
2828
docker build -t git-ai-test .
2929
docker run --rm git-ai-test -e OPENAI_API_KEY=$OPENAI_API_KEY
30+
31+
pr CMD:
32+
docker build --target pr-tester -t git-ai-pr-tester .
33+
docker run -i --rm -e GITHUB_TOKEN=$(gh auth token) git-ai-pr-tester bash -c "{{CMD}}"

0 commit comments

Comments
 (0)