Skip to content

iOS end-to-end nightly tests #93

iOS end-to-end nightly tests

iOS end-to-end nightly tests #93

---
name: iOS end-to-end nightly tests
on:
workflow_dispatch:
schedule:
# At midnight every day.
# Notifications for scheduled workflows are sent to the user who last modified the cron
# syntax in the workflow file. If you update this you must have notifications for
# Github Actions enabled, so these don't go unnoticed.
# https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs
- cron: '0 0 * * *'
jobs:
reuse-e2e-workflow:

Check failure on line 13 in .github/workflows/ios-end-to-end-tests-nightly.yml

View workflow run for this annotation

GitHub Actions / iOS end-to-end nightly tests

Invalid workflow file

The workflow is not valid. .github/workflows/ios-end-to-end-tests-nightly.yml (Line: 13, Col: 3): Error calling workflow 'mullvad/mullvadvpn-app/.github/workflows/ios-end-to-end-tests.yml@45178d0974defacc2c6e4b6650fa30aec45f88e0'. The workflow is requesting 'issues: write, pull-requests: write', but is only allowed 'issues: none, pull-requests: none'.
uses: ./.github/workflows/ios-end-to-end-tests.yml
with:
arg_tests_json_key: "nightly"