Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 3d7d21e

Browse files
committed
chore(project): ensure api-elements is part of smoke test
Previously api-elements was installed from NPM registry instead of available and thus when we make a PR for a release, it attempts to install unknown version instead of using and testing against the local version of api-elements.
1 parent a3ae1ab commit 3d7d21e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/smoke.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ install() {
2121
echo "Setting up Fury in $TMPDIR"
2222

2323
create_package
24+
install api-elements
2425
install fury
2526
install fury-adapter-apib-parser
2627
install fury-adapter-swagger

0 commit comments

Comments
 (0)