From 9078caa243d506f37fddf26e3c85e8198c1f8b5a Mon Sep 17 00:00:00 2001 From: Lennon McLean Date: Mon, 16 Aug 2021 19:42:40 -0400 Subject: [PATCH] Update buildnw.yml --- .github/workflows/buildnw.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/buildnw.yml b/.github/workflows/buildnw.yml index 78a626e..0452871 100644 --- a/.github/workflows/buildnw.yml +++ b/.github/workflows/buildnw.yml @@ -19,6 +19,9 @@ jobs: - name: Add iOS platform run: cordova platform add ios && cd platforms/ios/cordova && npm install ios-sim@latest + - name: List available platforms + run: cordova run --list + - name: Build iOS app run: cordova build ios --target com.apple.CoreSimulator.SimDeviceType.iPhone-7