Skip to content

Commit

Permalink
Actually configure CI services to run test bucket 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardxia committed Sep 30, 2020
1 parent 66a60e5 commit 5808f67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
strategy:
fail-fast: false
matrix:
bucket: [1, 2, 3, 4, 5, 6, 7, 8]
bucket: [1, 2, 3, 4, 5, 6, 7, 8, 9]
steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,7 @@ jobs:
name: Scala tests
script:
- ./regression/run-test-bucket 8
- <<: *test*
name: Scala tests
script:
- ./regression/run-test-bucket 9

0 comments on commit 5808f67

Please sign in to comment.