Skip to content

chore: Update .gitignore to ignore vendor directory #83

chore: Update .gitignore to ignore vendor directory

chore: Update .gitignore to ignore vendor directory #83

Workflow file for this run

name: Pact-Workshop(GoLang)
on:
push:
branches:
- step6
pull_request:
branches:
- step6
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 || true