Skip to content

Commit

Permalink
Add ls to see whats in directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cjllanwarne committed Dec 20, 2023
1 parent 168ea37 commit 012f309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/consumer_contract_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
id: encode-pact
run: |
cd pact4s
ls -l target/pacts
NON_BREAKING_B64=$(cat target/pacts/cromwell-drshub.json | base64 -w 0)
echo "pact-b64=${NON_BREAKING_B64}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 012f309

Please sign in to comment.