Skip to content

Commit

Permalink
add example with command and stop the instance
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Oct 25, 2023
1 parent edd1d3f commit 7e76a8f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Startup Katana CI instance
id: katanaci
uses: ArkProjectNFTs/katana-ci-action@v4
uses: ArkProjectNFTs/katana-ci-action@v5
with:
api-url: ${{ secrets.KATANA_CI_URL }}
api-key: ${{ secrets.KATANA_CI_KEY }}
Expand All @@ -30,3 +30,11 @@ jobs:
with:
command: run
args: --example e2e

- name: Terminate Katana CI instance
uses: ArkProjectNFTs/katana-ci-action@v5
with:
api-url: ${{ secrets.KATANA_CI_URL }}
api-key: ${{ secrets.KATANA_CI_KEY }}
cmd: 'stop'
name: ${{ steps.katanaci.outputs.katana-name }}

0 comments on commit 7e76a8f

Please sign in to comment.