Skip to content

Commit

Permalink
remove env. build_args to make it cleaner
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Oct 20, 2022
1 parent 5e24f3c commit 3fbe3e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sql-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ on:

jobs:
build:
env:
BUILD_ARGS: ${{ matrix.entry.os_build_args }}
strategy:
# Run all jobs
fail-fast: false
Expand All @@ -44,7 +42,7 @@ jobs:
java-version: ${{ matrix.entry.java }}

- name: Build with Gradle
run: ./gradlew --continue build ${{ env.BUILD_ARGS }}
run: ./gradlew --continue build ${{ matrix.entry.os_build_args }}

- name: Run backward compatibility tests
if: ${{ matrix.entry.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 3fbe3e4

Please sign in to comment.