Skip to content

Commit

Permalink
AG-30369 fix examples ci tests
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/tsurlfilter from fix/AG-30369-1 to master

Squashed commit of the following:

commit 51ce44f
Author: Maxim Topciu <mtopciu@adguard.com>
Date:   Fri Apr 5 16:25:55 2024 +0300

    AG-30369 fix examples ci tests
  • Loading branch information
maximtop committed Apr 5, 2024
1 parent eb848a4 commit d9418af
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 39 deletions.
6 changes: 3 additions & 3 deletions bamboo-specs/examples-tswebextension-mv2-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ Test:
# Install deps
pnpm install
# First build since we need dependencies
npx lerna run build --scope tswebextension-mv2 --include-dependencies
# Lint
pnpm --filter tswebextension-mv2 lint
# Build, and after that test
npx lerna run build --scope tswebextension-mv2 --include-dependencies
# # Test
# # TODO: fail if tests are not passing
# pnpm --filter tswebextension-mv2 test
Expand Down
6 changes: 3 additions & 3 deletions bamboo-specs/examples-tswebextension-mv3-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ Test:
# Install deps
pnpm install
# First build since we need dependencies
npx lerna run build --scope tswebextension-mv3 --include-dependencies
# Lint
pnpm --filter tswebextension-mv3 lint
# Build
npx lerna run build --scope tswebextension-mv3 --include-dependencies
# # Test
# # Should be run after build, since test requires build
# # TODO fail if tests are not passing
Expand Down
1 change: 1 addition & 0 deletions packages/examples/tswebextension-mv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"playwright": "^1.19.0-alpha-jan-19-2022",
"style-loader": "^3.3.1",
"swc-loader": "^0.2.3",
"typescript": "^5.4.4",
"web-ext": "^6.6.0",
"webpack": "^5.64.2"
}
Expand Down
125 changes: 92 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9418af

Please sign in to comment.