Skip to content

Cordova build actions #2

Cordova build actions

Cordova build actions #2

Workflow file for this run

name: iOS Tests
on:
push:
branches:
- develop
- release/*
pull_request:
jobs:
test-cordova:
name: Test Cordova iOS
runs-on: macos-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
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