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 6ab5621
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/starknet-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
name: Starknet test

on:
workflow_call:
workflow_dispatch:
pull_request:
branches:
- main
- dependency-bump
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 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:

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

0 comments on commit 6ab5621

Please sign in to comment.