Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Feb 21, 2022
1 parent dc2d900 commit 6e21d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
-Pspark-${{ matrix.spark }}
-Dspark.archive.mirror=https://dlcdn.apache.org/spark
-Dspark.archive.name=${{ matrix.spark-archive }}
-Dmaven.plugin.scalatest.exclude.tags= ${{ matrix.exclude-tags }}
-Dmaven.plugin.scalatest.exclude.tags=${{ matrix.exclude-tags }}
- name: Code coverage
if: ${{ matrix.java == 8 }} && ${{ matrix.spark == '3.2' }} && ${{ matrix.spark-archive == '' }}
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 6e21d97

Please sign in to comment.