Skip to content

[Backport into 5.14] boto fix and version bump #11168

[Backport into 5.14] boto fix and version bump

[Backport into 5.14] boto fix and version bump #11168

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
run-unit-tests:
runs-on: ubuntu-latest
timeout-minutes: 90
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: checkout
uses: actions/checkout@v3
- name: Run Test
run: |
make test
make root-perm-test