From e84ed24a92e3548e5f227def8fce81af38ac6b73 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Wed, 4 Sep 2024 18:31:00 +0100 Subject: [PATCH] chore: pact_cli in ci --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 830dcd6..0ca167a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,8 +23,8 @@ jobs: go-version: 1.21 - name: install run: make install - - name: install_pact_ffi_lib - run: make install_pact_ffi_lib + - name: install_pact_cli + run: make install_pact_cli - name: consumer unit tests run: make unit - name: consumer pact tests