Skip to content

Commit 69839d8

Browse files
committed
chore: prevent ballerina from downloading updates
1 parent 6ede775 commit 69839d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/setup_ballerina.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def run_code(in_code, tmp_folder):
2727
gu.save_str_to_file(tmp_folder / source_filename, in_code)
2828

2929
res = gu.subprocess_run_with_check(
30-
[get_bal(), "run", source_filename],
30+
[get_bal(), "run", "--offline", source_filename],
3131
cwd=str(tmp_folder),
3232
capture_output=True,
3333
text=True,

0 commit comments

Comments
 (0)