From 6e21d97abf65c35bb5842f1a7055953df1800658 Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Mon, 21 Feb 2022 15:17:33 +0800 Subject: [PATCH] test --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index b6ee626006d..97cf8e800a4 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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