Skip to content

Commit

Permalink
helpi
Browse files Browse the repository at this point in the history
  • Loading branch information
luis committed Feb 4, 2025
1 parent c5d7932 commit 1218b8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
- name: Run tests ${{ inputs.tests }}
run: |
cd docs
mkdir -p ${{ github.workspace }}/artifact/
uv run pytest --config ${{ inputs.config }} *_test.py ${{ inputs.flags }} | tee ${{ github.workspace }}/artifact/output_${{inputs.tests}}.log
mkdir -p s3-specs/artifact/
uv run pytest --config ${{ inputs.config }} *_test.py ${{ inputs.flags }} | tee s3-specs/artifact/output_${{inputs.tests}}.log
- uses: actions/upload-artifact@v4
with:
name: output_artifact_${{ inputs.tests }}
path: ${{ github.workspace }}/artifact/output_${{inputs.tests}}.log
path: s3-specs/artifact/output_${{inputs.tests}}.log

0 comments on commit 1218b8a

Please sign in to comment.