Planned integration tests #704
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |