Skip to content

Commit 7ee326c

Browse files
committed
Add Urdu translation test
1 parent d66a29c commit 7ee326c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

script/test

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
3+
set -e
4+
5+
script/build --config _config.yml,test/_config.yml
6+
bundle exec rake
7+
8+
set +e
9+
10+
script/html-proofer
11+
HTML_PROOFER_EXIT="$?"
12+
test/prose
13+
PROSE_EXIT="$?"
14+
[[ "$HTML_PROOFER_EXIT" == 0 && "$PROSE_EXIT" == 0 ]]

0 commit comments

Comments
 (0)