Skip to content

Commit

Permalink
Update spark_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorukanti authored Sep 9, 2024
1 parent 5bad06c commit a7aff07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spark_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
# These Scala versions must match those in the build.sbt
scala: [2.12.18, 2.13.13]
# Important: This list of shards must be [0..NUM_SHARDS - 1]
shard: [0]
shard: [0, 1, 2]
env:
SCALA_VERSION: ${{ matrix.scala }}
# Important: This must be the same as the length of shards in matrix
NUM_SHARDS: 1
NUM_SHARDS: 3
steps:
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v4
Expand Down

0 comments on commit a7aff07

Please sign in to comment.