diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index 43bddbd..ed11b2f 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -65,6 +65,14 @@ jobs: dotnet test working-directory: test/Explore.Cli.Tests + - uses: pactflow/actions/publish-pact-files@main + env: + pactfiles: pacts + PACT_BROKER_BASE_URL: ${{ secrets.PACT_BROKER_BASE_URL }} + PACT_BROKER_TOKEN: ${{ secrets.PACT_BROKER_TOKEN }} + version: ${{ env.GITHUB_SHA }} + working-directory: test/Explore.Cli.Tests + - name: Create Package run: dotnet pack --configuration $BUILD_CONFIG -o:package /p:PackageVersion=${{ steps.gitVersion.outputs.assemblySemVer }} working-directory: src/Explore.Cli