Skip to content

Commit dd391f1

Browse files
committed
more fix
1 parent 3705c4d commit dd391f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/contract-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
run: |
7171
mkdir -p /tmp/sdk-test-harness
7272
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
73+
cp $(dirname ./${{ inputs.service_project_file }})/test-supressions-fdv2.txt /tmp/sdk-test-harness/testharness-suppressions-fdv2.txt
7474
cd /tmp/sdk-test-harness
7575
git checkout feat/fdv2
7676
go build -o test-harness .

0 commit comments

Comments
 (0)