Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-Ham committed Oct 25, 2023
1 parent d871c70 commit e28f160
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ jobs:
# with:
# command: 'generate'
# arguments: ''
- name: Log
shell: bash
env:
SHOULD_RUN: ${{ matrix.should-run }}
run: |
echo "Should run: $SHOULD_RUN"
- name: Build and Test
if: ${{ matrix.should-run == true || matrix.should-run == 'true' }}
uses: ./.github/actions/build-and-run-unit-tests
Expand Down

0 comments on commit e28f160

Please sign in to comment.