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 4a2642f commit ca53501
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest ]
spark: [ '3.1_2.12', '3.2_2.12', '3.3_2.12', '3.1_2.12', '3.2_2.12', '3.3_2.12' ]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./metalus-spark
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./metalus-spark
steps:
- name: Source Checkout
uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest ]
spark: [ '3.1_2.12', '3.2_2.12', '3.3_2.12', '3.1_2.12', '3.2_2.12', '3.3_2.12' ]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./metalus-spark
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./metalus-spark
steps:
- name: Source Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit ca53501

Please sign in to comment.