Skip to content

Commit

Permalink
Enable debug logging+1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlxd committed Sep 13, 2024
1 parent 33495fe commit 33cbeb2
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/interface-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ on:
required: false
type: string
default: 'default'
env:
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true

jobs:
setup-ci-load:
runs-on: ubuntu-latest
env:
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true

steps:
- name: Setup Python Versions
Expand Down Expand Up @@ -182,9 +182,6 @@ jobs:
enable-split: ${{ steps.jobs_to_skip.outputs.enable_split }}

torch-tests:
env:
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true
needs:
- setup-ci-load
strategy:
Expand Down Expand Up @@ -252,9 +249,6 @@ jobs:


tf-tests:
env:
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true
needs:
- setup-ci-load
strategy:
Expand Down Expand Up @@ -295,9 +289,6 @@ jobs:


jax-tests:
env:
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true
needs:
- setup-ci-load
strategy:
Expand Down

0 comments on commit 33cbeb2

Please sign in to comment.