Skip to content

Commit

Permalink
chore: Black box tests require the plugin to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Nov 4, 2023
1 parent b04dc47 commit 12fab8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
RUST_LOG: debug
RUST_BACKTRACE: 1
- name: Black box Tests
run: cargo test --test '*' -- --skip verify_plugin
run: |
mkdir -p ~/.pact/plugins/protobuf-debug
cp pact-plugin.json target/debug/pact-protobuf-plugin ~/.pact/plugins/protobuf-debug/
cargo test --test '*' -- --skip verify_plugin
env:
RUST_LOG: debug
RUST_BACKTRACE: 1
Expand Down

0 comments on commit 12fab8e

Please sign in to comment.