Skip to content

Fixed flaky circuitBreaker unit test. (#893) #2518

Fixed flaky circuitBreaker unit test. (#893)

Fixed flaky circuitBreaker unit test. (#893) #2518

name: License headers
on: [push, pull_request]
jobs:
licenseheader:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check license headers
run: "./.ci/license/check-license-headers.sh"