Skip to content

Commit

Permalink
Update CI workflow for these tests
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <petern@amazon.com>
  • Loading branch information
peternied committed Sep 25, 2023
1 parent f3cef35 commit a714cf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ jobs:
strategy:
fail-fast: false
matrix:
number: [1,2,3,4,5,6,7,8,9] # Making sure these tests aren't flaky
jdk: [11, 17]
platform: [ubuntu-latest] # Removing windows support for the tests to keep agile
platform: [ubuntu-latest] # Removing windows temporarily
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit a714cf5

Please sign in to comment.