Skip to content

Commit

Permalink
fix workflow debug
Browse files Browse the repository at this point in the history
  • Loading branch information
byteZorvin committed Sep 28, 2024
1 parent 01b4061 commit 483f300
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/starknet-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: Starknet test

on:
workflow_call:
workflow_dispatch:
pull_request:
workflow_call:
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false

env:
CARGO_TERM_COLOR: always
Expand All @@ -12,6 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:

- name: Checkout first repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 483f300

Please sign in to comment.