Skip to content

Commit

Permalink
Kinesis transformer: flaky wide row test (close #1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
voropaevp authored and spenes committed Nov 16, 2022
1 parent 5c822a1 commit 0cd1211
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Run flaky tests separetly
run: sbt 'testOnly *WiderowParquetProcessingSpec'
- name: Run tests
run: sbt coverage test coverageReport
run: sbt coverage 'testOnly * -- -l WiderowParquetProcessingSpec' coverageReport
- name: Aggregate coverage data
if: ${{ always() }}
run: sbt coverageAggregate
Expand Down

0 comments on commit 0cd1211

Please sign in to comment.