From f30364a00d562e1384568a771c815f2baf4bd012 Mon Sep 17 00:00:00 2001 From: Lealem Amedie Date: Tue, 11 Jul 2023 11:46:55 -0600 Subject: [PATCH] Fix test --- .github/workflows/curl.yml | 9 +++++---- .github/workflows/main.yml | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/curl.yml b/.github/workflows/curl.yml index 0dbb65ff94..da2b149a18 100644 --- a/.github/workflows/curl.yml +++ b/.github/workflows/curl.yml @@ -1,10 +1,8 @@ -name: CURL Test +name: curl Test on: push: - branches: [ '*' ] - pull_request: - branches: [ '*' ] + workflow_call: jobs: build: @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 890acce150..0818590776 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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