Skip to content

Commit

Permalink
follow comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Oct 16, 2023
1 parent f6c7640 commit 3f57a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
TEST_MODULES="dev/kyuubi-codecov"
./build/mvn clean install ${MVN_OPT} -pl ${TEST_MODULES} -am \
-Pspark-${{ matrix.spark }} -Phudi ${{ matrix.spark-archive }} ${{ matrix.exclude-tags }}
-Pspark-${{ matrix.spark }} -Pspark-authz-hudi-test ${{ matrix.spark-archive }} ${{ matrix.exclude-tags }}
- name: Code coverage
if: |
matrix.java == 8 &&
Expand Down
2 changes: 1 addition & 1 deletion extensions/spark/kyuubi-spark-authz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
https://issues.apache.org/jira/browse/HUDI-6296
-->
<profile>
<id>hudi</id>
<id>spark-authz-hudi-test</id>
<dependencies>
<dependency>
<groupId>org.apache.hudi</groupId>
Expand Down

0 comments on commit 3f57a3d

Please sign in to comment.