Skip to content

Commit

Permalink
#99 examples runner, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1844 committed Aug 2, 2021
1 parent 01d83fa commit 0f70984
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@ jobs:
- name: Build and unit test
if: ${{ ! contains( github.event.pull_request.labels.*.name, 'NoTestNeeded') }}
run: mvn clean install --no-transfer-progress -Pspark-${{ matrix.spark }} -Dspan.scale.factor=10

- name: Switch scala to ${{ matrix.scala }} for Atum Examples
run: cd examples/atum-examples && mvn scala-cross-build:change-version -Pscala-${{ matrix.scala }}
- name: Build and unit test for Atum Examples
if: ${{ ! contains( github.event.pull_request.labels.*.name, 'NoTestNeeded') }}
run: mvn clean install --no-transfer-progress -Pspark-${{ matrix.spark }} -Dspan.scale.factor=10

0 comments on commit 0f70984

Please sign in to comment.