Skip to content

Commit

Permalink
refactor JAX unit test reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtang committed Sep 2, 2023
1 parent 8303b13 commit dae0d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_test_jax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
ARTIFACTS: 'jax-unit-test-logs'
outputs:
ARTIFACTS: ${ARTIFACTS}
ARTIFACTS: ${{ env.ARTIFACTS }}
steps:
- name: Print environment variables
run: env
Expand Down

0 comments on commit dae0d55

Please sign in to comment.