Skip to content

Commit

Permalink
ci: print debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPedroGHM committed Oct 16, 2023
1 parent 2cfade2 commit 639b7ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ on:
- release-test

env:
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true

jobs:
Test:
uses: Helmholtz-AI-Energy/perun/.github/workflows/run_tests.yaml@cx/continous-release-refactor
# Test:
# uses: Helmholtz-AI-Energy/perun/.github/workflows/run_tests.yaml@cx/continous-release-refactor
VersionAndChangelog:
outputs:
tag: ${{ steps.semantic-release.outputs.newtag }}
sanity: ${{ steps.semantic-release.outputs.sanity }}
needs: Test
# needs: Test
runs-on: ubuntu-latest
concurrency: publish
permissions:
Expand Down

0 comments on commit 639b7ac

Please sign in to comment.