Skip to content

Commit

Permalink
ci(github-actions): add steps
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Nov 17, 2023
1 parent 06e780e commit 2e298da
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ on:
- 'test'
type: choice
env:
ACTIONS_STEP_DEBUG: true
ACTIONS_STEP_DEBUG: false
jobs:
debug:
name: 🐛 Debug
runs-on: ubuntu-latest
if: ${{ github.event.inputs.reason == 'test' }}
env:
ACTIONS_STEP_DEBUG: true
steps:
- name: 👮 Enable debug
run: |
echo "🐛 Debug mode enabled"
env:
ACTIONS_STEP_DEBUG: true
tests:
name: 🥼 Tests
needs: debug
Expand Down

0 comments on commit 2e298da

Please sign in to comment.