Skip to content

docs: update step8 pact output for pact-go v2 #64

docs: update step8 pact output for pact-go v2

docs: update step8 pact output for pact-go v2 #64

Workflow file for this run

name: Pact-Workshop(GoLang)
on:
push:
branches:
- step8
pull_request:
branches:
- step8
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: install
run: make install
- name: install_cli
run: make install_cli
- name: consumer unit tests
run: make unit
- name: consumer pact tests
run: make consumer
- name: provider pact tests
run: make provider