Skip to content

Commit

Permalink
Remove unnecessary simulation steps from Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Oleander committed Dec 10, 2023
1 parent 13ecd44 commit 727377d
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions Justfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
BIN := "target/release/git-ai"

simulation:
@rm -rf /tmp/git-ai
@mkdir /tmp/git-ai
@cd /tmp/git-ai
@git init
@echo "Hello World" > README.md
@git add README.md
@git commit -m "Initial commit"
@echo "Hello World!" >> README.md
@git add README.md
@$BIN install
@git commit --no-edit
@rm -rf /tmp/git-ai
github-actions:
act --container-architecture linux/amd64

0 comments on commit 727377d

Please sign in to comment.