Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Mar 19, 2022
1 parent 4e1fb38 commit 79db981
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ concurrency:
group: dep-${{ github.ref }}
cancel-in-progress: true

env:
MAVEN_OPTS: -Dorg.slf4j.simpleLogger.defaultLogLevel=warn

jobs:
dep:
name: Dependency check
Expand All @@ -47,6 +44,8 @@ jobs:
cache: 'maven'
check-latest: false
- name: build
env:
MAVEN_OPTS: -Dorg.slf4j.simpleLogger.defaultLogLevel=error
run: >-
build/mvn clean install
-Pflink-provided,spark-provided
Expand Down

0 comments on commit 79db981

Please sign in to comment.