Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Sep 4, 2024
1 parent cdd39dd commit a80820f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/connectors_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Delta Connectors Tests"
on: [push, pull_request]
jobs:
build:
name: "Run tests"
name: "Delta Connectors: Scala ${{ matrix.scala }}"
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kernel_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Delta Kernel Tests"
on: [push, pull_request]
jobs:
test:
name: "Delta Kernel"
runs-on: ubuntu-20.04
env:
SCALA_VERSION: 2.12.18
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spark_examples_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Delta Spark Local Publishing and Examples Compilation"
on: [push, pull_request]
jobs:
test:
name: "Delta Spark Local Publishing and Examples Compilation: Scala ${{ matrix.scala }}"
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spark_master_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Delta Spark Master Tests"
on: [push, pull_request]
jobs:
test:
name: "Delta Spark Master: Scala ${{ matrix.scala }}, Shard ${{ matrix.shard }}"
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spark_python_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Delta Spark Python Tests"
on: [push, pull_request]
jobs:
test:
name: "Delta Spark Python"
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spark_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Delta Spark Tests"
on: [push, pull_request]
jobs:
test:
name: "Delta Spark Latest: Scala ${{ matrix.scala }}, Shard ${{ matrix.shard }}"
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down

0 comments on commit a80820f

Please sign in to comment.