From 26e8792b3a65882021c48033244e989e31fb097e Mon Sep 17 00:00:00 2001 From: Jan Kobersky Date: Fri, 6 Sep 2024 17:03:32 +0200 Subject: [PATCH] Fixed test action --- .github/workflows/test-ios.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-ios.yml b/.github/workflows/test-ios.yml index b8b60c6..4245bbd 100644 --- a/.github/workflows/test-ios.yml +++ b/.github/workflows/test-ios.yml @@ -20,5 +20,7 @@ jobs: node-version: 22 - name: Install dependencies run: npm i + - name: Install Cordova + run: npm install -g cordova - name: Run iOS Tests run: npm run buildAndRunCordovaIosTests \ No newline at end of file