Skip to content

Commit 962683b

Browse files
committed
chore: reintroduce tools/wave/tox.ini into pipeline
1 parent 132d4fb commit 962683b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/ci/ci_tools_integration_test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ main() {
1313
cd tools/wpt
1414
tox
1515
cd $WPT_ROOT
16+
17+
# WMAS test runner integration tests
18+
cd tools/wave
19+
tox
20+
cd $WPT_ROOT
1621
}
1722

1823
main

0 commit comments

Comments
 (0)