Skip to content

use new version of the action #5

use new version of the action

use new version of the action #5

Workflow file for this run

name: Example of katana-ci-action usage
on:
push:
branches:
- main
jobs:
katana-ci-example:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Startup Katana CI instance
id: katanaci
uses: ArkProjectNFTs/katana-ci-action@v2
with:
api-url: ${{ env.KATANA_CI_URL }}
api-key: ${{ env.KATANA_CI_KEY }}
- name: Cache cargo dependencies
uses: Swatinem/rust-cache@v2
- name: Run cargo test
uses: actions-rs/cargo@v1
env:
STARKNET_RPC: ${{ steps.katanaci.outputs.katana-rpc }}
with:
command: run
args: --example e2e