Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test
  • Loading branch information
HyukjinKwon committed Aug 3, 2020
commit 975aeb3229d3f1b7d39a879ea372b15359ed8e03
10 changes: 5 additions & 5 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ jobs:
./dev/run-tests --parallelism 2 --modules "$MODULES_TO_TEST" --included-tags "$INCLUDED_TAGS" --excluded-tags "$EXCLUDED_TAGS"
rm -rf ~/.m2/repository/org/apache/spark
# Test report
- uses: ashley-taylor/[email protected]
with:
name: "Failed tests"
access-token: ${{ secrets.GITHUB_TOKEN }}
path: "**/target/test-reports/*.xml"
- name: "Failed tests"
uses: ashley-taylor/[email protected]
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
path: "**/target/test-reports/*.xml"

# Static analysis, and documentation build
lint:
Expand Down