Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Sep 27, 2023
1 parent fb48f25 commit 7ab6678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions bamboo-specs/tsurlfilter-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ Test:
npx lerna@6 bootstrap --scope @adguard/tsurlfilter --include-dependencies
npx lerna@6 run --scope @adguard/tsurlfilter build
# run tests after the build because smoke tests requires tsurlfilter to have built dist dir
# FIXME: revert this after
npx lerna@6 run --verbose --scope @adguard/tsurlfilter test:smoke
# IMPORTANT: run tests after the build because smoke tests requires tsurlfilter to have built dist dir
npx lerna@6 run --scope @adguard/tsurlfilter test:prod
# cleanup parent
rm -rf node_modules
Expand Down
4 changes: 2 additions & 2 deletions bamboo-specs/tswebextension-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Test:
# build tsurlfilter first, because it is used in tswebextension tests
npx lerna@6 run --scope @adguard/tsurlfilter build
# FIXME: revert this after
npx lerna@6 run --scope @adguard/tswebextension test:smoke
npx lerna@6 run --scope @adguard/tswebextension build
# IMPORTANT: run tests after the build because smoke tests requires tswebextension to have built dist dir
npx lerna@6 run --scope @adguard/tswebextension test:prod
# cleanup parent
rm -rf node_modules
Expand Down

0 comments on commit 7ab6678

Please sign in to comment.