Merge pull request #7548 from julek-wolfssl/grpc
Point grpc.yml to the wolfssl repo
This commit is contained in:
commit
b866bf6b3d
6
.github/workflows/grpc.yml
vendored
6
.github/workflows/grpc.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user