Skip to content

Commit f30364a

Browse files
author
Lealem Amedie
committed
Fix test
1 parent e140a83 commit f30364a

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/curl.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
name: CURL Test
1+
name: curl Test
22

33
on:
44
push:
5-
branches: [ '*' ]
6-
pull_request:
7-
branches: [ '*' ]
5+
workflow_call:
86

97
jobs:
108
build:
@@ -25,6 +23,9 @@ jobs:
2523
with:
2624
repository: curl/curl
2725
path: curl
26+
- name: Install test dependency
27+
working-directory: ./curl
28+
run: sudo apt-get install nghttp2
2829
- name: curl buildconf
2930
working-directory: ./curl
3031
run: ./buildconf

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
uses: ./.github/workflows/zephyr.yml
3333
hitch:
3434
uses: ./.github/workflows/hitch.yml
35+
curl:
36+
uses: ./.github/workflows/curl.yml
3537
# TODO: Currently this test fails. Enable it once it becomes passing.
3638
# haproxy:
3739
# uses: ./.github/workflows/haproxy.yml

0 commit comments

Comments
 (0)