Skip to content

Commit

Permalink
feat: One just command for easy local test
Browse files Browse the repository at this point in the history
Signed-off-by: Binyamin Yawitz <316103+byawitz@users.noreply.github.com>
  • Loading branch information
byawitz committed Apr 3, 2024
1 parent 6eff190 commit 657913a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ shell WHAT='linkos':
docker exec -it {{WHAT}} bash

logs:
docker compose logs
docker compose logs

test:
just rm
just start
sleep 5
cd e2e && bun test

0 comments on commit 657913a

Please sign in to comment.