We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3705c4d commit dd391f1Copy full SHA for dd391f1
.github/actions/contract-tests/action.yml
@@ -70,7 +70,7 @@ runs:
70
run: |
71
mkdir -p /tmp/sdk-test-harness
72
git clone https://github.com/launchdarkly/sdk-test-harness.git /tmp/sdk-test-harness
73
- cp ${{ env.SUPPRESSION_FILE }} /tmp/sdk-test-harness/testharness-suppressions-fdv2.txt
+ cp $(dirname ./${{ inputs.service_project_file }})/test-supressions-fdv2.txt /tmp/sdk-test-harness/testharness-suppressions-fdv2.txt
74
cd /tmp/sdk-test-harness
75
git checkout feat/fdv2
76
go build -o test-harness .
0 commit comments