Skip to content

Commit

Permalink
upload tests results as a github artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Sep 19, 2024
1 parent ec6e7a3 commit a43e37c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/spark_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,10 @@ jobs:
run: |
TEST_PARALLELISM_COUNT=4 pipenv run python run-tests.py --group spark --shard ${{ matrix.shard }}
if: steps.git-diff.outputs.diff
- name: Upload test result artifact
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-DSL-${{ matrix.scala }}-shard-${{ matrix.shard }}-run-${{ github.run_id }}-attempt-${{ github.run_attempt }}
path: |
test_results_*.csv

0 comments on commit a43e37c

Please sign in to comment.