Merge pull request #7548 from julek-wolfssl/grpc

Point grpc.yml to the wolfssl repo
This commit is contained in:
David Garske 2024-05-16 14:09:57 -07:00 committed by GitHub
commit b866bf6b3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ jobs:
name: ${{ matrix.ref }}
runs-on: ubuntu-latest
# This should be a safe limit for the tests to run.
timeout-minutes: 60
timeout-minutes: 30
needs: build_wolfssl
steps:
- name: Confirm IPv4 and IPv6 support
@ -70,10 +70,8 @@ jobs:
- name: Checkout OSP
uses: actions/checkout@v4
with:
# TODO point to wolf repo once merged
repository: julek-wolfssl/osp
repository: wolfssl/osp
path: osp
ref: grpc-update
- name: Checkout grpc
uses: actions/checkout@v4