Skip to content

Commit

Permalink
chore: fix clean in make task for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jun 7, 2021
1 parent 1013346 commit 7e89481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ bin:
go build -o build/pact-go

clean:
rm -rf build output dist examples/v3/pacts
mkdir -p ./examples/pacts
rm -rf build output dist examples/pacts

deps:
@echo "--- 🐿 Fetching build dependencies "
Expand All @@ -41,7 +42,6 @@ install: bin

pact: clean install #docker
@echo "--- 🔨 Running Pact examples"
mkdir -p ./examples/v3/pacts
go test -v -tags=consumer -count=1 github.com/pact-foundation/pact-go/v2/examples/...
go test -v -timeout=10s -tags=provider -count=1 github.com/pact-foundation/pact-go/v2/examples/...

Expand Down

0 comments on commit 7e89481

Please sign in to comment.