Skip to content

chore: upgrade to greengrass logging 2.2.0 (#1509) #1140

chore: upgrade to greengrass logging 2.2.0 (#1509)

chore: upgrade to greengrass logging 2.2.0 (#1509) #1140

Workflow file for this run

name: Flake Finder
on:
push:
branches:
- main
jobs:
flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Analyze Test Run
run: >-
pip3 -q install agithub &&
python3 .github/scripts/flake.py --cmd "mvn -ntp -U verify" -i 10 -ff --token "${{ github.token }}"
--out-dir "failed_tests/"
- name: Upload Errors
uses: actions/[email protected]
with:
name: Flaky test results
path: failed_tests/
continue-on-error: true