Skip to content

Nightly Tests

Nightly Tests #2

Workflow file for this run

name: Nightly Tests
on:
schedule:
- cron: "0 5 * * 2,6" # cron is UTC, this translates to 10 PM PST Mon and Fri.
# This lets us trigger the workflow from a browser.
workflow_dispatch:
jobs:
android-nightly:
strategy:
fail-fast: false
matrix:
lib: [SalesforceAnalytics, SalesforceSDK, SmartStore, MobileSync, SalesforceHybrid, SalesforceReact]
uses: ./.github/workflows/reusable-workflow.yaml
with:
lib: ${{ matrix.lib }}
secrets: inherit