mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Fix test
This commit is contained in:
9
.github/workflows/curl.yml
vendored
9
.github/workflows/curl.yml
vendored
@ -1,10 +1,8 @@
|
|||||||
name: CURL Test
|
name: curl Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ '*' ]
|
workflow_call:
|
||||||
pull_request:
|
|
||||||
branches: [ '*' ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -25,6 +23,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: curl/curl
|
repository: curl/curl
|
||||||
path: curl
|
path: curl
|
||||||
|
- name: Install test dependency
|
||||||
|
working-directory: ./curl
|
||||||
|
run: sudo apt-get install nghttp2
|
||||||
- name: curl buildconf
|
- name: curl buildconf
|
||||||
working-directory: ./curl
|
working-directory: ./curl
|
||||||
run: ./buildconf
|
run: ./buildconf
|
||||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -32,6 +32,8 @@ jobs:
|
|||||||
uses: ./.github/workflows/zephyr.yml
|
uses: ./.github/workflows/zephyr.yml
|
||||||
hitch:
|
hitch:
|
||||||
uses: ./.github/workflows/hitch.yml
|
uses: ./.github/workflows/hitch.yml
|
||||||
|
curl:
|
||||||
|
uses: ./.github/workflows/curl.yml
|
||||||
# TODO: Currently this test fails. Enable it once it becomes passing.
|
# TODO: Currently this test fails. Enable it once it becomes passing.
|
||||||
# haproxy:
|
# haproxy:
|
||||||
# uses: ./.github/workflows/haproxy.yml
|
# uses: ./.github/workflows/haproxy.yml
|
||||||
|
Reference in New Issue
Block a user