Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm authored Oct 26, 2023
1 parent 50d33f3 commit 997ccd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ To quickly spin up `katana-ci` server, you can do the following:
To setup your action in the GitHub CI, you can check the full example in `.github/workflows/example.yml`, and you also have a test in `examples/e2e.rs` with
all basic actions on a contract with `starknet-rs` -> declare, deploy (which is an invoke with the UDC), call.

You can use the [katana-ci-action](https://github.com/ArkProjectNFTs/katana-ci-action) to abstract the call to the `katana-ci` server.

Basically, you call the action first to start the katana:
```yml
- name: Startup Katana CI instance
Expand Down

0 comments on commit 997ccd3

Please sign in to comment.