Skip to content

Commit

Permalink
Acxiom#345 Working on build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dafreels committed Apr 20, 2023
1 parent 5ba2a78 commit 803f896
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,36 +34,36 @@ jobs:
SPARK_LOCAL_IP: 127.0.0.1
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
run: mvn -B -P scala_${{ matrix.scala }} clean install
# aws:
# needs: core
# name: AWS
# strategy:
# matrix:
# os: [ ubuntu-latest, macos-latest ]
# scala: [ '2.12', '2.13' ]
# runs-on: ${{ matrix.os }}
# defaults:
# run:
# working-directory: ./metalus-aws
# steps:
# - name: Source Checkout
# uses: actions/checkout@v2
# - name: Set up JDK 1.8
# uses: actions/setup-java@v1
# with:
# java-version: 1.8
# - name: Cache Maven Jars
# uses: actions/cache@v2
# env:
# cache-name: cache-maven-jars
# with:
# path: ~/.m2
# key: metalus-build-${{ env.cache-name }}
# - name: Build and Test
# env:
# SPARK_LOCAL_IP: 127.0.0.1
# JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
# run: mvn -B -P scala_${{ matrix.scala }} clean install
aws:
needs: core
name: AWS
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
scala: [ '2.12', '2.13' ]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./metalus-aws
steps:
- name: Source Checkout
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Cache Maven Jars
uses: actions/cache@v2
env:
cache-name: cache-maven-jars
with:
path: ~/.m2
key: metalus-build-${{ env.cache-name }}
- name: Build and Test
env:
SPARK_LOCAL_IP: 127.0.0.1
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
run: mvn -B -P scala_${{ matrix.scala }} clean install
# spark:
# needs: core
# name: Spark
Expand Down

0 comments on commit 803f896

Please sign in to comment.