Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lealem Amedie committed Jul 11, 2023
1 parent e140a83 commit f30364a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/curl.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: CURL Test
name: curl Test

on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
workflow_call:

jobs:
build:
Expand All @@ -25,6 +23,9 @@ jobs:
with:
repository: curl/curl
path: curl
- name: Install test dependency
working-directory: ./curl
run: sudo apt-get install nghttp2
- name: curl buildconf
working-directory: ./curl
run: ./buildconf
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
uses: ./.github/workflows/zephyr.yml
hitch:
uses: ./.github/workflows/hitch.yml
curl:
uses: ./.github/workflows/curl.yml
# TODO: Currently this test fails. Enable it once it becomes passing.
# haproxy:
# uses: ./.github/workflows/haproxy.yml

0 comments on commit f30364a

Please sign in to comment.