rm unused code (#3114)
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
This commit is contained in:
parent
fe5ce08349
commit
7dbfd40327
|
@ -142,8 +142,6 @@ jobs:
|
|||
- name: Configure conformance test and source path
|
||||
run: |
|
||||
TEST_COMPONENT=$(echo ${{ matrix.component }} | sed -E 's/\./\//g')
|
||||
export TEST_PATH="tests/certification/${TEST_COMPONENT}"
|
||||
echo "TEST_PATH=$TEST_PATH" >> $GITHUB_ENV
|
||||
export SOURCE_PATH="github.com/dapr/components-contrib/${TEST_COMPONENT}"
|
||||
echo "SOURCE_PATH=$SOURCE_PATH" >> $GITHUB_ENV
|
||||
# converts slashes to dots in this string, so that it doesn't consider them sub-folders
|
||||
|
|
Loading…
Reference in New Issue