Skip to content

Commit

Permalink
Debub build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Sep 12, 2022
1 parent 35f71c9 commit 1b9555c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,21 @@ jobs:
scala-version: '2.13.8'

steps:
- run: ls -lahR

- name: Cache Maven packages
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-mvn-build-${{ matrix.spark-version }}-${{ matrix.scala-version }}

- run: ls -lah

- name: Checkout
uses: actions/checkout@v3

- run: ls -lah

- name: Set versions in pom.xml
run: |
./set-version.sh ${{ matrix.spark-version }} ${{ matrix.scala-version }}
Expand All @@ -85,6 +91,8 @@ jobs:
java-version: '8'
distribution: 'zulu'

- run: git diff

- name: Build
run: mvn --batch-mode --update-snapshots compile test-compile package -DskipTests -Dmaven.test.skip=true

Expand Down

0 comments on commit 1b9555c

Please sign in to comment.