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 832142d commit ed0b430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bamboo-specs/tsurlfilter-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ 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
npx lerna@6 run --scope @adguard/tsurlfilter build
# cleanup parent
rm -rf node_modules
Expand Down

0 comments on commit ed0b430

Please sign in to comment.