Skip to content

Commit bba4e32

Browse files
committed
ci: drop duplicated fixture-vendoring block (review fix on #784)
1 parent 6456aee commit bba4e32

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -410,11 +410,6 @@ jobs:
410410
cp tests/fixtures/aao-reference-formats.json "${SDK_ROOT}/test/lib/v2-projection-fixtures/aao-reference-formats.json"
411411
mkdir -p "${SDK_ROOT}/schemas/cache/3.1.0-beta.2/registries"
412412
cp tests/fixtures/v1-canonical-mapping.json "${SDK_ROOT}/schemas/cache/3.1.0-beta.2/registries/v1-canonical-mapping.json"
413-
SDK_ROOT="$(npm root -g)/@adcp/sdk"
414-
mkdir -p "${SDK_ROOT}/test/lib/v2-projection-fixtures"
415-
cp tests/fixtures/aao-reference-formats.json "${SDK_ROOT}/test/lib/v2-projection-fixtures/aao-reference-formats.json"
416-
mkdir -p "${SDK_ROOT}/schemas/cache/3.1.0-beta.2/registries"
417-
cp tests/fixtures/v1-canonical-mapping.json "${SDK_ROOT}/schemas/cache/3.1.0-beta.2/registries/v1-canonical-mapping.json"
418413
419414
- name: Install dependencies
420415
run: |

0 commit comments

Comments
 (0)