Skip to content

Commit

Permalink
chore(Makefile) add target to run full example e2e (#15)
Browse files Browse the repository at this point in the history
* chore(Makefile) add target to run full example e2e

* patch: ci version
  • Loading branch information
rymnc authored Jul 4, 2024
1 parent 7e0e5bb commit 62f15d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: "foundry-rs/foundry-toolchain@v1"

- name: "Install Pnpm"
uses: "pnpm/action-setup@v2"
uses: "pnpm/action-setup@v4"
with:
version: "8"

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ start:

stop:
docker compose down

example: stop start
cargo run --release

0 comments on commit 62f15d2

Please sign in to comment.