Skip to content

Commit

Permalink
debug ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Dec 1, 2023
1 parent db4e659 commit d6ac299
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
- name: Set Version
id: set-version
run: echo "_BRANCH_NAME_SHA=$(echo ${{ github.event.workflow_run.head_branch }} | sha256sum | cut -c -10)" >> "${GITHUB_OUTPUT}"
debugging:
name: debugging
runs-on: ubuntu-latest
env:
EVENT_OBJ: ${{ toJson(github.event) }}
steps:
- run: echo $EVENT_OBJ
build:
name: "Build Testnet"
uses: ./.github/workflows/build.yml
Expand Down

0 comments on commit d6ac299

Please sign in to comment.