Skip to content

Planned integration tests #515

Planned integration tests

Planned integration tests #515

name: Planned integration tests
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *'
jobs:
tests:
runs-on: macos-latest
concurrency:
group: ios_integration_tests
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
- name: Set Outager url
run: |
fastlane set_outager_url url:${{ secrets.OUTAGER_URL }}
- name: Tests
run: |
fastlane integration_tests