From 747f49327f5e4b7ce5cd0b51ff6a119fbc207581 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 16 Feb 2024 13:27:25 -0800 Subject: [PATCH] Update ci.yml to run ios first --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bba5ba07..1464ee96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,5 +31,5 @@ jobs: cache: 'npm' - run: npm run bootstrap - - run: bash ./scripts/run_ci_tasks.sh -a - run: bash ./scripts/run_ci_tasks.sh -i + - run: bash ./scripts/run_ci_tasks.sh -a