forked from wolfSSL/wolfssl
Point grpc.yml to the wolfssl repo
This commit is contained in:
6
.github/workflows/grpc.yml
vendored
6
.github/workflows/grpc.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 60
|
timeout-minutes: 30
|
||||||
needs: build_wolfssl
|
needs: build_wolfssl
|
||||||
steps:
|
steps:
|
||||||
- name: Confirm IPv4 and IPv6 support
|
- name: Confirm IPv4 and IPv6 support
|
||||||
@ -70,10 +70,8 @@ jobs:
|
|||||||
- name: Checkout OSP
|
- name: Checkout OSP
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
# TODO point to wolf repo once merged
|
repository: wolfssl/osp
|
||||||
repository: julek-wolfssl/osp
|
|
||||||
path: osp
|
path: osp
|
||||||
ref: grpc-update
|
|
||||||
|
|
||||||
- name: Checkout grpc
|
- name: Checkout grpc
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Reference in New Issue
Block a user